mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
hide extra track header rows for now
This commit is contained in:
parent
426d2ab89d
commit
0c19e4bc68
1 changed files with 3 additions and 3 deletions
|
|
@ -201,9 +201,9 @@ impl<'a> Content for VerticalArranger<'a, Tui> {
|
||||||
.unwrap_or(String::from("▎"));
|
.unwrap_or(String::from("▎"));
|
||||||
col!(
|
col!(
|
||||||
name,
|
name,
|
||||||
"▎> 12345",
|
//"▎> 12345",
|
||||||
"▎< 12345",
|
//"▎< 12345",
|
||||||
"▎m s r o",
|
//"▎m s r o",
|
||||||
elapsed,
|
elapsed,
|
||||||
until_next
|
until_next
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue