mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-13 15:16:41 +01:00
rename AppSection -> AppFocus
This commit is contained in:
parent
94738d3e89
commit
58cd51dfbf
7 changed files with 19 additions and 18 deletions
|
|
@ -18,7 +18,7 @@ impl<'a> ChainView<'a> {
|
|||
Self {
|
||||
direction,
|
||||
entered: app.entered,
|
||||
focused: app.section == AppSection::Chain,
|
||||
focused: app.section == AppFocus::Chain,
|
||||
track: match app.track_cursor {
|
||||
0 => None,
|
||||
_ => app.tracks.get(app.track_cursor - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue