diff --git a/html/src/app.js b/html/src/app.js index f3dd8b9d..6ab8c52a 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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(); }