mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add MessageCommand::Dismiss
This commit is contained in:
parent
0a090765d3
commit
ebd0f18c9c
5 changed files with 25 additions and 9 deletions
|
|
@ -122,7 +122,7 @@ impl Tek {
|
|||
}
|
||||
|
||||
fn view_modal_message <'a> (&'a self, message: &'a Message) -> impl Content<TuiOut> + use<'a> {
|
||||
Bsp::s(message, "[ OK ]")
|
||||
Bsp::s(message, Bsp::s("", "[ OK ]"))
|
||||
}
|
||||
|
||||
/// Spacing between tracks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue