aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Abin Mn <abinmn619@gmail.com>2021-10-26 21:18:20 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-26 21:18:20 +0530
commit91c69428ed0dc2dd26b00c6dd5a6684f25515a34 (patch)
tree062a9a4946aa1367263533682ee59e795ea97234 /src/config.ts
parentAdd feature to display service name under service icon when the toggle for it... (diff)
downloadferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.tar.gz
ferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.tar.zst
ferdium-app-91c69428ed0dc2dd26b00c6dd5a6684f25515a34.zip
Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)
* Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
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 = {