fix: serialize excludedScreens config (#1151)

This commit is contained in:
Ezekiel Gonzales 2026-02-07 21:51:54 +08:00 committed by GitHub
parent 7a41a85954
commit 614e66a45e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,8 @@ Singleton {
batteryWidth: bar.sizes.batteryWidth,
networkWidth: bar.sizes.networkWidth
},
entries: bar.entries
entries: bar.entries,
excludedScreens: bar.excludedScreens
};
}