Skip to content

Commit

Permalink
fix not window focus on notification click (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito authored Mar 18, 2022
1 parent 788f47b commit e8359f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/main/rootWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const setupRootWindow = (): void => {
),
listen(WEBVIEW_FOCUS_REQUESTED, async () => {
const rootWindow = await getRootWindow();
rootWindow.restore();
rootWindow.focus();
rootWindow.show();
}),
];
Expand Down

0 comments on commit e8359f4

Please sign in to comment.