Skip to content

Commit

Permalink
Don't restart screencaster with hidden window flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Aug 21, 2023
1 parent 219518a commit 583c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Agent/Services/Windows/AppLauncherWin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public async Task RestartScreenCaster(string[] viewerIds, string sessionId, stri
targetSessionId: targetSessionID,
forceConsoleSession: Shlwapi.IsOS(OsType.OS_ANYSERVER) && targetSessionID == -1,
desktopName: "default",
hiddenWindow: true,
hiddenWindow: false,
out _);

if (!result)
Expand Down

0 comments on commit 583c870

Please sign in to comment.