mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Updater fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user