Click the icon to show the window

This commit is contained in:
SiriusXT 2025-03-19 15:35:12 +08:00
parent 74064c8d49
commit 606e6bcca2

View File

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