We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a945 commit af955f2Copy full SHA for af955f2
SoundSwitch/Framework/Profile/ProfileManager.cs
@@ -333,6 +333,7 @@ private bool IsSteamBigPicture(WindowMonitor.Event @event)
333
{
334
case "Steam" when @event.WindowClass == "CUIEngineWin32":
335
case "SP" when @event.WindowClass == "SDL_app":
336
+ case "Steam Big Picture Mode" when @event.WindowClass == "SDL_app":
337
return true;
338
default:
339
return false;
0 commit comments