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