collect unknowns too

This commit is contained in:
🪞👃🪞 2025-03-10 12:15:27 +02:00
parent c3676e7b62
commit 5d7c2054b3
2 changed files with 10 additions and 2 deletions

View file

@ -130,7 +130,7 @@ impl Entry {
} else if self.is_mus() {
""
} else {
" "
""
}
}
fn style (&self) -> Option<Style> {