Skip to content

Commit

Permalink
quest 3 works duh
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Oct 28, 2024
1 parent 87ad2f8 commit 285144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Assets/html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ fetch("/api/android/device").then(res => res.json().then(res => {
}))

function UpdateInstalledModsQuest3Hint() {
var isOnQuest3 = device == "eureka" && modloader == 0 && !localStorage.installModsQ3 // only hide mods stuff on QuestLoader
var isOnQuest3 = false; // Quest 3 should work now //device == "eureka" && modloader == 0 && !localStorage.installModsQ3 // only hide mods stuff on QuestLoader
for(const e of document.getElementsByClassName("quest3hide")) {
e.style.display = isOnQuest3 ? "none" : "block"
}
Expand Down

0 comments on commit 285144c

Please sign in to comment.