aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index 924d139a2..0673e994a 100644
--- a/src/config.js
+++ b/src/config.js
@@ -76,6 +76,8 @@ export const DEFAULT_APP_SETTINGS = {
76 hibernationStrategy: 300, 76 hibernationStrategy: 300,
77 noUpdates: false, 77 noUpdates: false,
78 showServiceNavigationBar: false, 78 showServiceNavigationBar: false,
79 universalDarkMode: true,
80 accentColor: '#7367f0',
79}; 81};
80 82
81export const DEFAULT_FEATURES_CONFIG = { 83export const DEFAULT_FEATURES_CONFIG = {
@@ -87,7 +89,7 @@ export const DEFAULT_FEATURES_CONFIG = {
87 }, 89 },
88 isServiceProxyEnabled: false, 90 isServiceProxyEnabled: false,
89 isServiceProxyIncludedInCurrentPlan: true, 91 isServiceProxyIncludedInCurrentPlan: true,
90 isAnnouncementsEnabled: true, 92 isAnnouncementsEnabled: false,
91 isWorkspaceIncludedInCurrentPlan: true, 93 isWorkspaceIncludedInCurrentPlan: true,
92 isWorkspaceEnabled: false, 94 isWorkspaceEnabled: false,
93 isCommunityRecipesIncludedInCurrentPlan: true, 95 isCommunityRecipesIncludedInCurrentPlan: true,
@@ -100,7 +102,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
100 y: 0, 102 y: 0,
101}; 103};
102 104
103export const FRANZ_SERVICE_REQUEST = 'https://github.com/getferdi/recipes/issues'; 105export const FRANZ_SERVICE_REQUEST = 'https://github.com/getferdi/recipes/issues/new/choose';
104export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 106export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi';
105export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 107export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
106 108