feat: Add open button to multi preview

This commit is contained in:
Jonatan Pettersson 2026-01-04 21:34:10 +01:00 committed by Jacob Kauffmann
parent 092d25d860
commit 77f33c0acc

View file

@ -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>(