fix: don't populate tag 0 on fullstate socket update
This commit is contained in:
parent
3ae602ddc7
commit
75538cc3d3
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ impl NiriTag {
|
|||
let fullstate: HashMap<u8, TagState> = self
|
||||
.tags
|
||||
.iter()
|
||||
.filter(|(t, _)| **t != 0)
|
||||
.map(|(&t, &enabled)| {
|
||||
(
|
||||
t,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue