diff --git a/src/main/app/app.ts b/src/main/app/app.ts index 974381d9..ffae71d3 100644 --- a/src/main/app/app.ts +++ b/src/main/app/app.ts @@ -29,6 +29,7 @@ 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);