wip: refactor pt.18: 25 errors

This commit is contained in:
🪞👃🪞 2024-11-11 03:13:05 +01:00
parent c2b290b3c5
commit 2be2c8aca2
4 changed files with 38 additions and 42 deletions

View file

@ -50,7 +50,8 @@ where
fn layout (&self) -> &[&[Self::Item]] {
&[
&[AppContainerFocus::Menu],
&[AppContainerFocus::Content(())],
FocusGrid::layout(&self.ui)
//&[AppContainerFocus::Content(())],
]
}
fn update_focus (&mut self) {