mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: refactor pt.18: 25 errors
This commit is contained in:
parent
c2b290b3c5
commit
2be2c8aca2
4 changed files with 38 additions and 42 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue