mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Make VRCX update rate uniform (#892)
This commit is contained in:
+1
-5
@@ -5787,11 +5787,7 @@ speechSynthesis.getVoices();
|
|||||||
AppApi.CheckGameRunning();
|
AppApi.CheckGameRunning();
|
||||||
}
|
}
|
||||||
if (--this.nextAppUpdateCheck <= 0) {
|
if (--this.nextAppUpdateCheck <= 0) {
|
||||||
if (this.branch === 'Stable') {
|
this.nextAppUpdateCheck = 7200; // 1hour
|
||||||
this.nextAppUpdateCheck = 14400; // 2hours
|
|
||||||
} else {
|
|
||||||
this.nextAppUpdateCheck = 7200; // 1hour
|
|
||||||
}
|
|
||||||
if (this.autoUpdateVRCX !== 'Off') {
|
if (this.autoUpdateVRCX !== 'Off') {
|
||||||
this.checkForVRCXUpdate();
|
this.checkForVRCXUpdate();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user