mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
remove AppFocus
This commit is contained in:
parent
3273c85630
commit
e4027619e8
14 changed files with 127 additions and 140 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue