Skip to content

Commit

Permalink
Merge pull request #2756 from headlamp-k8s/no-terminal-windows
Browse files Browse the repository at this point in the history
backend: Prevent flashing terminal on Windows
  • Loading branch information
joaquimrocha authored Jan 22, 2025
2 parents 7f98a8d + 125697b commit 34d353d
Show file tree
Hide file tree
Showing 7 changed files with 1,920 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ async function startServer(flags: string[] = []): Promise<ChildProcessWithoutNul

const options = {
detached: true,
windowsHide: true,
env: {
...extendedEnv,
},
Expand Down
Loading

0 comments on commit 34d353d

Please sign in to comment.