From 614e66a45e33410402a1e98b3cc850b56a3dc4f3 Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sat, 7 Feb 2026 21:51:54 +0800 Subject: [PATCH] fix: serialize excludedScreens config (#1151) --- config/Config.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; }