From d5fd04626ce22d6194924b75f268fefa41aa2db5 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Tue, 7 Sep 2021 18:15:46 +0530 Subject: Add a confirmation when quitting Ferdi and a preference to toggle it (implements #1857) (#1879) Works for the 'Ferdi > Quit' menu, the shortcut key to quit (Cmd/Ctrl+Q) and also from the tray icon. --- src/environment.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/environment.js') diff --git a/src/environment.js b/src/environment.js index f8a51b207..caeada94b 100644 --- a/src/environment.js +++ b/src/environment.js @@ -124,6 +124,7 @@ export const DEFAULT_APP_SETTINGS = { reloadAfterResume: true, enableSystemTray: true, startMinimized: false, + confirmOnQuit: false, minimizeToSystemTray: false, closeToSystemTray: false, privateNotifications: false, -- cgit v1.2.3-70-g09d2