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 ce946f00a..ebffacceb 100644
--- a/src/config.js
+++ b/src/config.js
@@ -23,6 +23,7 @@ export const DEFAULT_APP_SETTINGS = {
23 beta: false, 23 beta: false,
24 isAppMuted: false, 24 isAppMuted: false,
25 enableGPUAcceleration: true, 25 enableGPUAcceleration: true,
26 serviceLimit: 5,
26}; 27};
27 28
28export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request'; 29export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request';