aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/config.ts b/src/config.ts
index 15567bf66..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,
@@ -237,7 +230,7 @@ export const DEFAULT_APP_SETTINGS = {
237 liftSingleInstanceLock: false, 230 liftSingleInstanceLock: false,
238 enableLongPressServiceHint: false, 231 enableLongPressServiceHint: false,
239 proxyFeatureEnabled: false, 232 proxyFeatureEnabled: false,
240 onlyShowFavoritesInUnreadCount: false 233 onlyShowFavoritesInUnreadCount: false,
241}; 234};
242 235
243export const DEFAULT_SERVICE_SETTINGS = { 236export const DEFAULT_SERVICE_SETTINGS = {