Fix XSOverlay notifications on Linux

This commit is contained in:
Natsumi
2023-03-06 02:22:17 +13:00
parent be2f2fd986
commit 471e8ce06b

View File

@@ -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 &&