aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 8f6b85e1e..77fa92eca 100644
--- a/src/config.js
+++ b/src/config.js
@@ -21,6 +21,7 @@ export const DEFAULT_APP_SETTINGS = {
21 fallbackLocale: 'en-US', 21 fallbackLocale: 'en-US',
22 beta: false, 22 beta: false,
23 isAppMuted: false, 23 isAppMuted: false,
24 enableGPUAcceleration: true,
24}; 25};
25 26
26export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request'; 27export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request';