From 471e8ce06bf80dd8fe700dab778b55230ae37bdf Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 6 Mar 2023 02:22:17 +1300 Subject: [PATCH] Fix XSOverlay notifications on Linux --- html/src/app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index a1564b7f..31974c30 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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 &&