diff --git a/config/Config.qml b/config/Config.qml index 3d7cca40..74e3f458 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -241,7 +241,8 @@ Singleton { batteryWidth: bar.sizes.batteryWidth, networkWidth: bar.sizes.networkWidth }, - entries: bar.entries + entries: bar.entries, + excludedScreens: bar.excludedScreens }; }