aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vishnu017 <39431453+Vishnu017@users.noreply.github.com>2021-10-26 20:37:56 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-26 20:37:56 +0530
commit955f2abeb2c093515e6dd0026b4072145a2be6b6 (patch)
tree265497cf116ccf1d11fb869a95fcabcf0baacf18 /src/config.ts
parentdocs: add Vishnu017 as a contributor for code (#2142) [skip ci] (diff)
downloadferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.tar.gz
ferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.tar.zst
ferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.zip
Add feature to display service name under service icon when the toggle for it is enabled in the settings (#2136)
Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index dfedbe6f5..15567bf66 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -193,6 +193,7 @@ export const DEFAULT_APP_SETTINGS = {
193 clipboardNotifications: true, 193 clipboardNotifications: true,
194 notifyTaskBarOnMessage: false, 194 notifyTaskBarOnMessage: false,
195 showDisabledServices: true, 195 showDisabledServices: true,
196 showServiceName: false,
196 showMessageBadgeWhenMuted: true, 197 showMessageBadgeWhenMuted: true,
197 showDragArea: false, 198 showDragArea: false,
198 enableSpellchecking: true, 199 enableSpellchecking: true,