From d695693f01eb54206fb35038a746863e45a4396d Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 27 Mar 2022 19:09:44 +1300 Subject: [PATCH] Fix hide Uptime option not updating --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index 9c5f71a8..f21b543f 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -11347,6 +11347,7 @@ speechSynthesis.getVoices(); configRepository.setBool('VRCX_sortFavorites', this.sortFavorites); this.updateSharedFeed(true); this.updateVRConfigVars(); + this.updateVRLastLocation(); AppApi.ExecuteVrOverlayFunction('notyClear', ''); }; $app.methods.saveLegendColorOverride = function () {