remove AppFocus

This commit is contained in:
🪞👃🪞 2024-11-26 01:40:30 +01:00
parent 3273c85630
commit e4027619e8
14 changed files with 127 additions and 140 deletions

View file

@ -71,7 +71,7 @@ pub trait ArrangerViewState {
}
impl ArrangerViewState for ArrangerTui {
fn arranger_focused (&self) -> bool {
self.focused() == AppFocus::Content(ArrangerFocus::Arranger)
self.focused() == ArrangerFocus::Arranger
}
}