fix: don't populate tag 0 on fullstate socket update
This commit is contained in:
parent
3ae602ddc7
commit
75538cc3d3
@ -241,6 +241,7 @@ impl NiriTag {
|
||||
let fullstate: HashMap<u8, TagState> = self
|
||||
.tags
|
||||
.iter()
|
||||
.filter(|(t, _)| **t != 0)
|
||||
.map(|(&t, &enabled)| {
|
||||
(
|
||||
t,
|
||||
|
Loading…
Reference in New Issue
Block a user