From 1c939de55e8f8fb2ae895aafda331aa24860f869 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 11 Apr 2021 17:46:36 +1200 Subject: [PATCH] Bad check --- html/src/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 8264c660..425015c9 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -6865,9 +6865,6 @@ speechSynthesis.getVoices(); $app.data.notificationTTSVoice = configRepository.getString('VRCX_notificationTTSVoice'); $app.data.notificationTimeout = configRepository.getString('VRCX_notificationTimeout'); var saveOpenVROption = function () { - if ((this.openVR) && (!this.overlayNotifications) && (!this.overlayWrist)) { - this.openVR = false; - } configRepository.setBool('openVR', this.openVR); configRepository.setBool('openVRAlways', this.openVRAlways); configRepository.setBool('VRCX_overlaybutton', this.overlaybutton);