From a2a20238535d5bd2e85af94d06e425c69aaae67d Mon Sep 17 00:00:00 2001 From: Thanasis Trispiotis Date: Thu, 20 Apr 2023 20:09:40 +0300 Subject: [PATCH] exit when restart - if tray minimize is enabled quit hides the app to tray --- src/pages/settings/preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings/preload.js b/src/pages/settings/preload.js index 93ff4d9..905128d 100644 --- a/src/pages/settings/preload.js +++ b/src/pages/settings/preload.js @@ -64,7 +64,7 @@ function hide() { */ function restart() { app.relaunch(); - app.quit(); + app.exit(); } /**