aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-27 07:25:26 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-27 07:25:26 +0530
commit477bdd76a7405ff10a5cfabdec00ee9ae02f2698 (patch)
treebfa8cfb70e6852b9f535ccfd9b05712269a70dc1 /src/config.ts
parentBumped up ferdi beta version to '5.6.3-beta.2' (diff)
parent5.6.3-nightly.44 [skip ci] (diff)
downloadferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.tar.gz
ferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.tar.zst
ferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.zip
Merge branch 'nightly' into release
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/config.ts b/src/config.ts
index dfedbe6f5..fb073c062 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -140,13 +140,6 @@ export const ICON_SIZES = {
140// The bias should always be the "Normal icons" value 140// The bias should always be the "Normal icons" value
141export const iconSizeBias = 20; 141export const iconSizeBias = 20;
142 142
143export const DEFAULT_FEATURES_CONFIG = {
144 isServiceProxyEnabled: true,
145 isWorkspaceEnabled: true,
146 isTodosEnabled: true,
147 isSettingsWSEnabled: false,
148};
149
150export const DEFAULT_WINDOW_OPTIONS = { 143export const DEFAULT_WINDOW_OPTIONS = {
151 width: 800, 144 width: 800,
152 height: 600, 145 height: 600,
@@ -193,6 +186,7 @@ export const DEFAULT_APP_SETTINGS = {
193 clipboardNotifications: true, 186 clipboardNotifications: true,
194 notifyTaskBarOnMessage: false, 187 notifyTaskBarOnMessage: false,
195 showDisabledServices: true, 188 showDisabledServices: true,
189 showServiceName: false,
196 showMessageBadgeWhenMuted: true, 190 showMessageBadgeWhenMuted: true,
197 showDragArea: false, 191 showDragArea: false,
198 enableSpellchecking: true, 192 enableSpellchecking: true,
@@ -236,7 +230,7 @@ export const DEFAULT_APP_SETTINGS = {
236 liftSingleInstanceLock: false, 230 liftSingleInstanceLock: false,
237 enableLongPressServiceHint: false, 231 enableLongPressServiceHint: false,
238 proxyFeatureEnabled: false, 232 proxyFeatureEnabled: false,
239 onlyShowFavoritesInUnreadCount: false 233 onlyShowFavoritesInUnreadCount: false,
240}; 234};
241 235
242export const DEFAULT_SERVICE_SETTINGS = { 236export const DEFAULT_SERVICE_SETTINGS = {