aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index 0a4856ece..b3e00c92c 100644
--- a/src/config.js
+++ b/src/config.js
@@ -7,9 +7,16 @@ export const GA_ID = 'UA-74126766-6';
7export const DEFAULT_APP_SETTINGS = { 7export const DEFAULT_APP_SETTINGS = {
8 autoLaunchOnStart: true, 8 autoLaunchOnStart: true,
9 autoLaunchInBackground: false, 9 autoLaunchInBackground: false,
10 runInBackground: false, 10 runInBackground: true,
11 enableSystemTray: true, 11 enableSystemTray: true,
12 minimizeToSystemTray: false, 12 minimizeToSystemTray: false,
13 locale: 'en-us', // TODO: Replace with proper solution once translations are in 13 showDisabledServices: true,
14 enableSpellchecking: true,
15 // spellcheckingLanguage: 'auto',
16 locale: 'en-US',
14 beta: false, 17 beta: false,
18 isAppMuted: false,
15}; 19};
20
21export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request';
22export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate';