aboutsummaryrefslogtreecommitdiffstats
path: root/src/environment.js
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-09-07 18:15:46 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-07 18:15:46 +0530
commitd5fd04626ce22d6194924b75f268fefa41aa2db5 (patch)
tree7181612feeb035fb07940cef4e41c491befd45ab /src/environment.js
parentNew translations (#1877) (diff)
downloadferdium-app-d5fd04626ce22d6194924b75f268fefa41aa2db5.tar.gz
ferdium-app-d5fd04626ce22d6194924b75f268fefa41aa2db5.tar.zst
ferdium-app-d5fd04626ce22d6194924b75f268fefa41aa2db5.zip
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.
Diffstat (limited to 'src/environment.js')
-rw-r--r--src/environment.js1
1 files changed, 1 insertions, 0 deletions
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 = {
124 reloadAfterResume: true, 124 reloadAfterResume: true,
125 enableSystemTray: true, 125 enableSystemTray: true,
126 startMinimized: false, 126 startMinimized: false,
127 confirmOnQuit: false,
127 minimizeToSystemTray: false, 128 minimizeToSystemTray: false,
128 closeToSystemTray: false, 129 closeToSystemTray: false,
129 privateNotifications: false, 130 privateNotifications: false,