down to 28e, sane ones

This commit is contained in:
🪞👃🪞 2024-12-31 15:50:53 +01:00
parent 46609855eb
commit 16e6a0397c
15 changed files with 91 additions and 87 deletions

View file

@ -97,7 +97,7 @@ pub struct TrackView<'a> {
}
impl<'a> Content<Tui> for TrackView<'a> {
fn render (&self, to: &mut TuiOutput) -> Usually<()> {
fn render (&self, to: &mut TuiOutput) {
todo!();
//let mut area = to.area();
//if let Some(chain) = self.chain {