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 3e0000a57..66789f2a4 100644
--- a/src/config.js
+++ b/src/config.js
@@ -50,6 +50,7 @@ export const DEFAULT_APP_SETTINGS = {
50 isAppMuted: false, 50 isAppMuted: false,
51 enableGPUAcceleration: true, 51 enableGPUAcceleration: true,
52 serviceLimit: 5, 52 serviceLimit: 5,
53 autohideMenuBar: false,
53}; 54};
54 55
55export const DEFAULT_FEATURES_CONFIG = { 56export const DEFAULT_FEATURES_CONFIG = {