aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-17 16:22:11 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-17 16:22:11 +0200
commit942466eb686c480133e1b0b8b9a2b975098b5bc4 (patch)
tree297a71efa4051949a4f2c411262558954c8c7d3a /src/config.js
parentMerge pull request #121 from getferdi/l10n_develop (diff)
downloadferdium-app-942466eb686c480133e1b0b8b9a2b975098b5bc4.tar.gz
ferdium-app-942466eb686c480133e1b0b8b9a2b975098b5bc4.tar.zst
ferdium-app-942466eb686c480133e1b0b8b9a2b975098b5bc4.zip
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index 924d139a2..d9ef67530 100644
--- a/src/config.js
+++ b/src/config.js
@@ -76,6 +76,7 @@ export const DEFAULT_APP_SETTINGS = {
76 hibernationStrategy: 300, 76 hibernationStrategy: 300,
77 noUpdates: false, 77 noUpdates: false,
78 showServiceNavigationBar: false, 78 showServiceNavigationBar: false,
79 accentColor: '#7367f0',
79}; 80};
80 81
81export const DEFAULT_FEATURES_CONFIG = { 82export const DEFAULT_FEATURES_CONFIG = {
@@ -100,7 +101,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
100 y: 0, 101 y: 0,
101}; 102};
102 103
103export const FRANZ_SERVICE_REQUEST = 'https://github.com/getferdi/recipes/issues'; 104export const FRANZ_SERVICE_REQUEST = 'https://github.com/getferdi/recipes/issues/new/choose';
104export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 105export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi';
105export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 106export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
106 107