mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Lint, bleh
This commit is contained in:
+8
-6
@@ -17659,11 +17659,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
var url = this.downloadCurrent.updateZipUrl;
|
var url = this.downloadCurrent.updateZipUrl;
|
||||||
var size = this.downloadCurrent.size;
|
var size = this.downloadCurrent.size;
|
||||||
await AssetBundleCacher.DownloadFile(
|
await AssetBundleCacher.DownloadFile(url, size, appVersion);
|
||||||
url,
|
|
||||||
size,
|
|
||||||
appVersion
|
|
||||||
);
|
|
||||||
this.downloadFileProgress();
|
this.downloadFileProgress();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -18243,7 +18239,13 @@ speechSynthesis.getVoices();
|
|||||||
var name = release.name;
|
var name = release.name;
|
||||||
var type = 'Manual';
|
var type = 'Manual';
|
||||||
var autoInstall = false;
|
var autoInstall = false;
|
||||||
this.downloadVRCXUpdate(downloadUrl, size, name, type, autoInstall);
|
this.downloadVRCXUpdate(
|
||||||
|
downloadUrl,
|
||||||
|
size,
|
||||||
|
name,
|
||||||
|
type,
|
||||||
|
autoInstall
|
||||||
|
);
|
||||||
this.VRCXUpdateDialog.visible = false;
|
this.VRCXUpdateDialog.visible = false;
|
||||||
this.showDownloadDialog();
|
this.showDownloadDialog();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user