File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,12 +340,15 @@ function UpdateInstalledModsQuest3Hint() {
340340 e . style . display = isOnQuest3 ? "block" : "none"
341341 }
342342}
343+ /*
344+ // This button is commented out in the ui duh. You fucking idiot
343345document.getElementById("installModsQ3").checked = localStorage.installModsQ3 == "true"
344346
345347document.getElementById("installModsQ3").onchange = () => {
346348 localStorage.installModsQ3 = document.getElementById("installModsQ3").checked
347349 UpdateInstalledModsQuest3Hint()
348350}
351+ */
349352
350353function LaunchApp ( ) {
351354 fetch ( "/api/android/launch" , {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.16.8 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 153 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.16.9 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 154 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 32" />
44 <uses-permission android : name =" oculus.permission.handtracking" />
55 <uses-permission android : name =" com.oculus.permission.HAND_TRACKING" />
Original file line number Diff line number Diff line change 2222// Minor Version
2323// Build Number
2424// Revision
25- [ assembly: AssemblyVersion ( "1.16.8 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.16.8 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.16.9 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.16.9 .0" ) ]
You can’t perform that action at this time.
0 commit comments