diff --git a/src/native/about.ts b/src/native/about.ts index 6a3999f..307379e 100644 --- a/src/native/about.ts +++ b/src/native/about.ts @@ -46,6 +46,8 @@ export function createAboutWindow() { }); aboutWindow.on("closed", () => { + mainWindow.show(); + mainWindow.focus(); aboutWindow = null; });