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 1627993f5..e66594c59 100644
--- a/src/config.js
+++ b/src/config.js
@@ -7,11 +7,18 @@ 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 showDisabledServices: true, 13 showDisabledServices: true,
14 locale: 'en-US', 14 showMessageBadgeWhenMuted: true,
15 enableSpellchecking: true,
16 // spellcheckingLanguage: 'auto',
17 locale: '',
18 fallbackLocale: 'en-US',
15 beta: false, 19 beta: false,
16 isAppMuted: false, 20 isAppMuted: false,
17}; 21};
22
23export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request';
24export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate';