aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-10-15 03:29:53 +0530
committerLibravatar GitHub <noreply@github.com>2020-10-14 22:59:53 +0100
commitd97c00f962757210d7ef617c40d4c4e3da37efb1 (patch)
treeaf1941d7abc1b59427bb40d31770437d67a7bc59 /src/config.js
parentAdd vertical style and "Always show workspace drawer" setting (#567) (diff)
downloadferdium-app-d97c00f962757210d7ef617c40d4c4e3da37efb1.tar.gz
ferdium-app-d97c00f962757210d7ef617c40d4c4e3da37efb1.tar.zst
ferdium-app-d97c00f962757210d7ef617c40d4c4e3da37efb1.zip
Flash TaskBar (Windows) / Bounce Dock (Mac) on New Message (#1020)
- Add a new Toggle Field for Win32 and MacOS for NotifyTaskBarOnMessage in EditSettingsForm.js - Add notifyTaskbarOnMessage under messages Array in EditSettingsScreen.js - Update appIndicator.js to flash Windows TaskBar or Bounce the Dock on MacOS when a new message arrives - Update en-US.json to include settings.app.form.notifyTaskBarOnMessage string
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 8a46d8083..32996a03c 100644
--- a/src/config.js
+++ b/src/config.js
@@ -94,6 +94,7 @@ export const DEFAULT_APP_SETTINGS = {
94 startMinimized: false, 94 startMinimized: false,
95 minimizeToSystemTray: false, 95 minimizeToSystemTray: false,
96 privateNotifications: false, 96 privateNotifications: false,
97 notifyTaskBarOnMessage: false,
97 showDisabledServices: true, 98 showDisabledServices: true,
98 showMessageBadgeWhenMuted: true, 99 showMessageBadgeWhenMuted: true,
99 showDragArea: false, 100 showDragArea: false,