Linux quit app on main window close

This commit is contained in:
Natsumi
2025-10-10 23:37:04 +13:00
parent ff6b602b92
commit b4243e4bf1

View File

@@ -364,6 +364,8 @@ function createWindow() {
if (isCloseToTray && !appIsQuitting) {
event.preventDefault();
mainWindow.hide();
} else {
app.quit();
}
});