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