Skip to content

Commit 8a864d7

Browse files
committed
Change some text
1 parent 0616edc commit 8a864d7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

QuestAppVersionSwitcher/Assets/html/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ <h2>You can download mods and cosmetics from the following sites. Only QMods are
261261
</div>
262262
</div>
263263
<div class="contentItem hidden" style="padding: 0px; position: relative" id="downgrade" style="padding: 0px;">
264-
<b style="font-size: 4em;" id="downgradeLoginMsg">To downgrade you must first log in in the tools & options tab!</b>
265-
<iframe id="downgradeframe" src=""></iframe>
264+
<h2>Available downgrades</h2>
265+
<div class="infiniteList" id="downgradeList"></div>
266+
<h1>ToDo</h1>
266267
</div>
267268
<div class="contentItem hidden" id="download">
268269
<h2>Game Downloads</h2>

QuestAppVersionSwitcher/DiffDowngrading/DiffDowngrader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private void SetEntitlementError()
130130

131131
public void Done()
132132
{
133-
status = "Download completed. Applying diff patch to current apk";
133+
status = "Download completed. Applying diff patch to current apk. Please wait up to 5 minutes.";
134134
UpdateManagersAndProgress();
135135
QAVSWebserver.BroadcastDownloads(true);
136136
string backupDir = CoreService.coreVars.QAVSBackupDir + this.packageName + "/" + this.backupName + "/";

0 commit comments

Comments
 (0)