File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,9 +139,7 @@ <h2>You can download mods and cosmetics from the following sites. Only QMods are
139139 < div class ="buttonLabel "> Change the app you want to manage</ div >
140140 </ div >
141141 < div class ="topMargin "> Backups of < div class ="inline packageName "> some game</ div > (< div id ="size " class ="inline "> </ div > )</ div >
142- < div class ="smallListContainer ">
143- < div id ="backupList " class ="list ">
144- </ div >
142+ < div id ="backupList " class ="list ">
145143 </ div >
146144
147145
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ iframe {
579579.list {
580580 display : flex;
581581 flex-wrap : wrap;
582- max-height : 90 % ;
582+ max-height : 50 vh ;
583583 background-color : # 1F1F1F ;
584584 height : fit-content;
585585 color : # FFFFFF ;
@@ -598,13 +598,6 @@ iframe {
598598 z-index : 5 ;
599599}
600600
601- .smallListContainer {
602- display : flex;
603- align-items : center;
604- width : 90% ;
605- max-height : 300px ;
606- }
607-
608601.listItem {
609602 padding : 10px ;
610603 width : 100% ;
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.9.4 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 42 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.9.5 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 43 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 29" />
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.9.4 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.9.4 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.9.5 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.9.5 .0" ) ]
You can’t perform that action at this time.
0 commit comments