File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ fetch("/api/downgrade/usediff").then(res => res.json().then(res => {
1919 if ( diffDowngradeEnabled ) {
2020 setTimeout ( ( ) => {
2121 UpdateDowngrades ( )
22- } , 2500 )
22+ } , 2500
2323 }
2424 ReloadDowngradeIFrame ( ) ;
2525} ) )
@@ -895,21 +895,25 @@ function CheckStartParams() {
895895 location = oculusLink
896896 }
897897 if ( download ) {
898- fetch ( "/api/questappversionswitcher/loggedinstatus" ) . then ( res => {
899- res . json ( ) . then ( res => {
900- if ( res . msg == "2" ) {
901- // Logged in
902- // Open downgrade tab
903- OpenTab ( "downgrade" )
904- // Open OculusDB on correct page
905- document . getElementById ( "downgradeframe" ) . src = `https://oculusdb.rui2015.me/id/${ game } ?downloadversion=${ version } `
906- } else {
907- // Not logged in
908- OpenGetPasswordPopup ( )
909- GotoStep ( 13 )
910- }
898+ if ( diffDowngradeEnabled ) {
899+ OpenTab ( "downgradeDiff" )
900+ } else {
901+ fetch ( "/api/questappversionswitcher/loggedinstatus" ) . then ( res => {
902+ res . json ( ) . then ( res => {
903+ if ( res . msg == "2" ) {
904+ // Logged in
905+ // Open downgrade tab
906+ OpenTab ( "downgrade" )
907+ // Open OculusDB on correct page
908+ document . getElementById ( "downgradeframe" ) . src = `https://oculusdb.rui2015.me/id/${ game } ?downloadversion=${ version } `
909+ } else {
910+ // Not logged in
911+ OpenGetPasswordPopup ( )
912+ GotoStep ( 13 )
913+ }
914+ } )
911915 } )
912- } )
916+ }
913917 }
914918
915919 if ( modnow ) {
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.15.20 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 141 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.15.21 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 142 " >
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.15.20 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.15.20 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.15.21 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.15.21 .0" ) ]
You can’t perform that action at this time.
0 commit comments