Skip to content

Commit af955f2

Browse files
committed
boost(Profile::Steam): Improve the detection of Steam Big Picture mode in Windows 11
1 parent 3a9a945 commit af955f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoundSwitch/Framework/Profile/ProfileManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ private bool IsSteamBigPicture(WindowMonitor.Event @event)
333333
{
334334
case "Steam" when @event.WindowClass == "CUIEngineWin32":
335335
case "SP" when @event.WindowClass == "SDL_app":
336+
case "Steam Big Picture Mode" when @event.WindowClass == "SDL_app":
336337
return true;
337338
default:
338339
return false;

0 commit comments

Comments
 (0)