summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzekiel Gonzales <141341590+notsoeazy@users.noreply.github.com>2026-02-07 21:51:54 +0800
committerGitHub <noreply@github.com>2026-02-08 00:51:54 +1100
commit614e66a45e33410402a1e98b3cc850b56a3dc4f3 (patch)
treee64aadb12290bd87fa7cce881a78b9b549f9ec21
parentconfig: allow adjusting the speed of gifs (#1147) (diff)
downloadcaelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.tar.gz
caelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.tar.bz2
caelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.zip
fix: serialize excludedScreens config (#1151)
-rw-r--r--config/Config.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 3d7cca4..74e3f45 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
};
}