Click the icon to show the window

pull/1487/head
SiriusXT 2025-03-19 15:35:12 +07:00
parent 74064c8d49
commit 606e6bcca2
1 changed files with 1 additions and 1 deletions

@ -162,7 +162,7 @@ async function createMainWindow(app: App) {
if (mainWindow.isMinimized()) {
mainWindow.restore();
}
mainWindow.show();
mainWindow.focus();
}
});