exit when restart

- if tray minimize is enabled quit hides the app to tray
This commit is contained in:
Thanasis Trispiotis 2023-04-20 20:09:40 +03:00
parent 26c8a38350
commit a2a2023853
No known key found for this signature in database
GPG Key ID: F2CB994F68ED0802

View File

@ -64,7 +64,7 @@ function hide() {
*/ */
function restart() { function restart() {
app.relaunch(); app.relaunch();
app.quit(); app.exit();
} }
/** /**