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