hide extra track header rows for now

This commit is contained in:
🪞👃🪞 2024-10-31 10:18:34 +02:00
parent 426d2ab89d
commit 0c19e4bc68

View file

@ -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
) )