diff --git a/src/ui/main/rootWindow.ts b/src/ui/main/rootWindow.ts index ead2dfa7be..61d6b3e0c3 100644 --- a/src/ui/main/rootWindow.ts +++ b/src/ui/main/rootWindow.ts @@ -206,7 +206,7 @@ export const setupRootWindow = (): void => { ), listen(WEBVIEW_FOCUS_REQUESTED, async () => { const rootWindow = await getRootWindow(); - rootWindow.restore(); + rootWindow.focus(); rootWindow.show(); }), ];