aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 05:55:00 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 05:55:00 +0530
commitc398d4eee11dbc8b2a32db5dd4fc0cde7911c515 (patch)
treeb66b3770dd79470b8ca9a476e83ebda85f12903e /src/internal-server
parent6.2.3-nightly.3 [skip ci] (diff)
downloadferdium-app-c398d4eee11dbc8b2a32db5dd4fc0cde7911c515.tar.gz
ferdium-app-c398d4eee11dbc8b2a32db5dd4fc0cde7911c515.tar.zst
ferdium-app-c398d4eee11dbc8b2a32db5dd4fc0cde7911c515.zip
Removed unused options that were used to enable features since they are permanently on now
Diffstat (limited to 'src/internal-server')
-rw-r--r--src/internal-server/app/Controllers/Http/StaticController.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal-server/app/Controllers/Http/StaticController.js b/src/internal-server/app/Controllers/Http/StaticController.js
index 0a0146d6b..c15fce530 100644
--- a/src/internal-server/app/Controllers/Http/StaticController.js
+++ b/src/internal-server/app/Controllers/Http/StaticController.js
@@ -12,8 +12,6 @@ class StaticController {
12 isSettingsWSEnabled: false, 12 isSettingsWSEnabled: false,
13 isMagicBarEnabled: true, 13 isMagicBarEnabled: true,
14 isTodosEnabled: true, 14 isTodosEnabled: true,
15 subscribeURL: 'https://ferdium.org',
16 hasInlineCheckout: true,
17 }); 15 });
18 } 16 }
19 17