Skip to content

Commit

Permalink
Remove launch game buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Dec 28, 2023
1 parent abf2018 commit f3aa630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions QuestAppVersionSwitcher/Assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<div style="font-size: 80%; width: 100%;">
Managing <div class="inline packageName">some game</div>
</div>
<div class="button" style="margin-top: 5px;" onclick="LaunchApp()">Launch Game</div>
</div>
<div class="menuItem selected" section="backup">Backup</div>
<div class="menuItem" section="downgrade">Downgrade
Expand Down Expand Up @@ -165,7 +164,6 @@ <h3>Fun (options don't change apk outcome)</h3>
<div class="contentItem hidden" id="mods">
<div class="quest3hide">
<b>Please note that mod installation is in early access and there may be issues. If you experience issues please report them on the OculusDB Discord Server at <code>discord.gg/zwRfHQN2UY</code></b>
<div class="button topMargin" onclick="LaunchApp()">Launch Game</div>
<div class="button topButtonMargin" id="installModButton" onclick="UploadMod()">Install a Mod from Disk</div>
<div class="button topButtonMargin" style="font-size: 1.5rem" onclick="OpenTab('getMods')">Get mods</div>
<div id="copyOf"></div>
Expand Down Expand Up @@ -205,8 +203,7 @@ <h1>QAVS can currently not manage mods for Quest 3!</h1>
</div>
</div>
<div class="contentItem hidden" id="cosmetics">

<div class="buttonContainer"><div class="button" onclick="LaunchApp()">Launch Game</div></div>

<div class="buttonContainer"><div class="button" id="installCosmeticButton" onclick="InstallCosmetic()">Install a Cosmetic from Disk</div></div>
<h2>Cosmetics type</h2>
<select id="cosmeticsType">
Expand Down
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.5" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="126">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.6" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="127">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
<uses-permission android:name="oculus.permission.handtracking" />
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />
Expand Down
4 changes: 2 additions & 2 deletions QuestAppVersionSwitcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.15.5.0")]
[assembly: AssemblyFileVersion("1.15.5.0")]
[assembly: AssemblyVersion("1.15.6.0")]
[assembly: AssemblyFileVersion("1.15.6.0")]

0 comments on commit f3aa630

Please sign in to comment.