mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix XSOverlay notifications on Linux
This commit is contained in:
+1
-4
@@ -5678,10 +5678,7 @@ speechSynthesis.getVoices();
|
|||||||
) {
|
) {
|
||||||
playDesktopToast = true;
|
playDesktopToast = true;
|
||||||
}
|
}
|
||||||
var playXSNotification = false;
|
var playXSNotification = this.xsNotifications;
|
||||||
if (this.xsNotifications && this.isGameRunning && !this.isGameNoVR) {
|
|
||||||
playXSNotification = true;
|
|
||||||
}
|
|
||||||
var playOverlayNotification = false;
|
var playOverlayNotification = false;
|
||||||
if (
|
if (
|
||||||
this.overlayNotifications &&
|
this.overlayNotifications &&
|
||||||
|
|||||||
Reference in New Issue
Block a user