chore: Fix a few warnings
This commit is contained in:
parent
f12f4db0e1
commit
61b0dddf50
2 changed files with 3 additions and 6 deletions
|
|
@ -871,7 +871,7 @@ impl CosmicMapped {
|
|||
match &self.element {
|
||||
CosmicMappedInternal::Window(w) => (!w.surface().is_decorated(pending))
|
||||
.then(|| crate::shell::element::window::SSD_HEIGHT),
|
||||
CosmicMappedInternal::Stack(s) => Some(crate::shell::element::stack::TAB_HEIGHT),
|
||||
CosmicMappedInternal::Stack(_) => Some(crate::shell::element::stack::TAB_HEIGHT),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue