Skip to content

Commit 3ac5d4b

Browse files
committed
Fix ui not working
1 parent 5beabcf commit 3ac5d4b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

QuestAppVersionSwitcher/Assets/html/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const browser = document.getElementById("browser")
1717
const toastsE = document.getElementById("toasts")
1818
ReloadDowngradeIFrame();
1919
function ReloadDowngradeIFrame() {
20-
document.getElementById("downgradeframe").src = `https://oculusdb.rui2015.me/search?query=Beat+Saber&headsets=MONTEREY%2CHOLLYWOOD${IsOnQuest() ? `&isqavs=true` : ``}`
20+
//document.getElementById("downgradeframe").src = `https://oculusdb.rui2015.me/search?query=Beat+Saber&headsets=MONTEREY%2CHOLLYWOOD${IsOnQuest() ? `&isqavs=true` : ``}`
2121
}
2222
// connect to websocket one port higher than the server
2323
var socket = new WebSocket("ws://" + window.location.hostname + ":" + (parseInt(window.location.port) + 1) + "/");

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.0" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="121">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.1" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="122">
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" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.15.0.0")]
26-
[assembly: AssemblyFileVersion("1.15.0.0")]
25+
[assembly: AssemblyVersion("1.15.1.0")]
26+
[assembly: AssemblyFileVersion("1.15.1.0")]

0 commit comments

Comments
 (0)