File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!IsOnQuest()) {
2121 // Is not on quest
2222 document . getElementById ( "restoreBackup" ) . classList . add ( "notActive" )
2323 document . getElementById ( "onPcInfo" ) . classList . remove ( "hidden" )
24+ document . getElementById ( "uninstall" ) . classList . add ( "notActive" )
2425}
2526
2627document . getElementById ( "logintoken" ) . onclick = ( ) => {
@@ -510,6 +511,7 @@ function OpenRestorePopup() {
510511}
511512
512513document . getElementById ( "uninstall" ) . onclick = ( ) => {
514+ if ( ! IsOnQuest ( ) ) return
513515 fetch ( `android/uninstallpackage?package=${ config . currentApp } ` ) . then ( res => {
514516 if ( res . status == 230 ) GotoStep ( 3 )
515517 else GotoStep ( 2 )
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ body {
330330 padding : 20px ;
331331 display : flex;
332332 align-items : center;
333- color : # 595959 ;
333+ color : # FFFFFF ;
334334}
335335
336336.selected {
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.6.3 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 23 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.6.4 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 24 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 29" />
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.6.3 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.6.3 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.6.4 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.6.4 .0" ) ]
You can’t perform that action at this time.
0 commit comments