mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
Fix desktop notification when set to inside/outside VR
This commit is contained in:
@@ -6710,11 +6710,8 @@ speechSynthesis.getVoices();
|
||||
var playDesktopToast = false;
|
||||
if (
|
||||
this.desktopToast === 'Always' ||
|
||||
(this.desktopToast === 'Outside VR' &&
|
||||
(this.isGameNoVR || !this.isGameRunning)) ||
|
||||
(this.desktopToast === 'Inside VR' &&
|
||||
!this.isGameNoVR &&
|
||||
this.isGameRunning) ||
|
||||
(this.desktopToast === 'Outside VR' && !this.isSteamVRRunning) ||
|
||||
(this.desktopToast === 'Inside VR' && this.isSteamVRRunning) ||
|
||||
(this.desktopToast === 'Game Closed' && !this.isGameRunning) ||
|
||||
(this.desktopToast === 'Game Running' && this.isGameRunning) ||
|
||||
(this.desktopToast === 'Desktop Mode' &&
|
||||
|
||||
Reference in New Issue
Block a user