File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ <h2>Upload logs</h2>
291291 } ) . then ( res => {
292292 // open logout page for webview
293293 localStorage . redirect = start + `/flows/beat_saber_modding?tab=downgrade&checkdowngrade=true`
294+ location = `https://oculus.com/experiences/quest?logout=true`
294295 } )
295296 }
296297
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.13.30 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 110 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.13.32 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 112 " >
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.13.30 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.13.30 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.13.32 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.13.32 .0" ) ]
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ public void Start()
692692 }
693693 else
694694 {
695- serverRequest . SendString ( "{}" , "application/json" ) ;
695+ serverRequest . SendString ( JsonSerializer . Serialize ( new BackupList ( ) ) , "application/json" ) ;
696696 }
697697 return true ;
698698 } ) ;
You can’t perform that action at this time.
0 commit comments