mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
check pass, test pass.. but does it run?
This commit is contained in:
parent
1de163d0d3
commit
9f7b23a252
10 changed files with 65 additions and 48 deletions
|
|
@ -121,7 +121,7 @@ render!(Tui: (self: TransportField) => row!(
|
|||
pub struct PlayPause(pub bool);
|
||||
render!(Tui: (self: PlayPause) => Tui::bg(
|
||||
if self.0{Color::Rgb(0,128,0)}else{Color::Rgb(128,64,0)},
|
||||
Fixed::x(5, Cond::either(self.0, Tui::fg(Color::Rgb(0, 255, 0), col!(
|
||||
Fixed::x(5, Tui::either(self.0, Tui::fg(Color::Rgb(0, 255, 0), col!(
|
||||
" 🭍🭑🬽 ",
|
||||
" 🭞🭜🭘 ",
|
||||
)), Tui::fg(Color::Rgb(255, 128, 0), col!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue