small fixes to tray and closing windows

This commit is contained in:
zadam
2022-08-04 21:19:57 +02:00
parent 82c596d1e3
commit b86dbc088d
4 changed files with 122 additions and 186 deletions

View File

@@ -62,6 +62,7 @@ const updateTrayMenu = () => {
mainWindow.hide();
} else {
mainWindow.show();
mainWindow.focus();
}
}
},