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 0a4856ece..651f2e174 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,4 +12,5 @@ export const DEFAULT_APP_SETTINGS = {
12 minimizeToSystemTray: false, 12 minimizeToSystemTray: false,
13 locale: 'en-us', // TODO: Replace with proper solution once translations are in 13 locale: 'en-us', // TODO: Replace with proper solution once translations are in
14 beta: false, 14 beta: false,
15 isAppMuted: false,
15}; 16};