feat: Add open button to multi preview
This commit is contained in:
parent
092d25d860
commit
77f33c0acc
1 changed files with 2 additions and 0 deletions
|
|
@ -6003,6 +6003,8 @@ impl Tab {
|
|||
|
||||
column = column.push(details);
|
||||
|
||||
column = column.push(widget::button::standard(fl!("open")).on_press(Message::Open(None)));
|
||||
|
||||
column.into()
|
||||
}
|
||||
pub fn view<'a>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue