diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-02-07 21:51:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 00:51:54 +1100 |
| commit | 614e66a45e33410402a1e98b3cc850b56a3dc4f3 (patch) | |
| tree | e64aadb12290bd87fa7cce881a78b9b549f9ec21 | |
| parent | config: allow adjusting the speed of gifs (#1147) (diff) | |
| download | caelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.tar.gz caelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.tar.bz2 caelestia-shell-614e66a45e33410402a1e98b3cc850b56a3dc4f3.zip | |
fix: serialize excludedScreens config (#1151)
| -rw-r--r-- | config/Config.qml | 3 |
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 }; } |