Updater fixes

This commit is contained in:
Natsumi
2022-12-06 06:03:51 +13:00
parent 156107be1f
commit 3268b898af
2 changed files with 2 additions and 1 deletions

View File

@@ -19497,7 +19497,7 @@ speechSynthesis.getVoices();
case -16:
if (this.downloadCurrent.ref.id === 'VRCXUpdate') {
if (this.downloadCurrent.autoInstall) {
this.restartVRCX();
workerTimers.setTimeout(() => this.restartVRCX(), 2000);
} else {
this.downloadDialog.visible = false;
this.pendingVRCXUpdate = this.downloadCurrent.ref.name;