Skip to content

Commit

Permalink
Don't call show() before the window is created on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Nov 11, 2024
1 parent 3bffc9f commit d0355cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function handleAppSecondInstance(event: Event, argv: string[]) {

// Protocol handler for win32
// argv: An array of the second instance’s (command line / deep linked) arguments
MainWindow.show();
const deeplinkingURL = getDeeplinkingURL(argv);
if (deeplinkingURL) {
openDeepLink(deeplinkingURL);
Expand Down

0 comments on commit d0355cb

Please sign in to comment.