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(""));
col!(
name,
"▎> 12345",
"▎< 12345",
"▎m s r o",
//"▎> 12345",
//"▎< 12345",
//"▎m s r o",
elapsed,
until_next
)