fix: don't populate tag 0 on fullstate socket update

This commit is contained in:
atagen 2025-06-22 21:01:20 +10:00
parent 3ae602ddc7
commit 75538cc3d3

View File

@ -241,6 +241,7 @@ impl NiriTag {
let fullstate: HashMap<u8, TagState> = self
.tags
.iter()
.filter(|(t, _)| **t != 0)
.map(|(&t, &enabled)| {
(
t,