mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 20:03:51 +02:00
Bad check
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user