Fix hide Uptime option not updating

This commit is contained in:
Natsumi
2022-03-27 19:09:44 +13:00
parent e905ce2de8
commit d695693f01
+1
View File
@@ -11347,6 +11347,7 @@ speechSynthesis.getVoices();
configRepository.setBool('VRCX_sortFavorites', this.sortFavorites); configRepository.setBool('VRCX_sortFavorites', this.sortFavorites);
this.updateSharedFeed(true); this.updateSharedFeed(true);
this.updateVRConfigVars(); this.updateVRConfigVars();
this.updateVRLastLocation();
AppApi.ExecuteVrOverlayFunction('notyClear', ''); AppApi.ExecuteVrOverlayFunction('notyClear', '');
}; };
$app.methods.saveLegendColorOverride = function () { $app.methods.saveLegendColorOverride = function () {