Skip to content

Commit 34d353d

Browse files
authored
Merge pull request #2756 from headlamp-k8s/no-terminal-windows
backend: Prevent flashing terminal on Windows
2 parents 7f98a8d + 125697b commit 34d353d

File tree

7 files changed

+1920
-2
lines changed

7 files changed

+1920
-2
lines changed

app/electron/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ async function startServer(flags: string[] = []): Promise<ChildProcessWithoutNul
568568

569569
const options = {
570570
detached: true,
571+
windowsHide: true,
571572
env: {
572573
...extendedEnv,
573574
},

0 commit comments

Comments
 (0)