fix: checks, tests

This commit is contained in:
stop screaming 2026-02-20 14:25:35 +02:00
parent cb17cdb8bc
commit 6411a82279
5 changed files with 9 additions and 11 deletions

View file

@ -292,7 +292,7 @@ pub fn view_status (
)))
}
pub(crate) fn button_play_pause (playing: bool) -> impl Content<TuiOut> {
pub fn button_play_pause (playing: bool) -> impl Content<TuiOut> {
let compact = true;//self.is_editing();
Tui::bg(if playing { Rgb(0, 128, 0) } else { Rgb(128, 64, 0) },
Either::new(compact,