Bad check

This commit is contained in:
Natsumi
2021-04-11 17:46:36 +12:00
parent c6ee16aaa1
commit 1c939de55e
-3
View File
@@ -6865,9 +6865,6 @@ speechSynthesis.getVoices();
$app.data.notificationTTSVoice = configRepository.getString('VRCX_notificationTTSVoice'); $app.data.notificationTTSVoice = configRepository.getString('VRCX_notificationTTSVoice');
$app.data.notificationTimeout = configRepository.getString('VRCX_notificationTimeout'); $app.data.notificationTimeout = configRepository.getString('VRCX_notificationTimeout');
var saveOpenVROption = function () { var saveOpenVROption = function () {
if ((this.openVR) && (!this.overlayNotifications) && (!this.overlayWrist)) {
this.openVR = false;
}
configRepository.setBool('openVR', this.openVR); configRepository.setBool('openVR', this.openVR);
configRepository.setBool('openVRAlways', this.openVRAlways); configRepository.setBool('openVRAlways', this.openVRAlways);
configRepository.setBool('VRCX_overlaybutton', this.overlaybutton); configRepository.setBool('VRCX_overlaybutton', this.overlaybutton);