Use tertiary action for browsing store
This commit is contained in:
parent
2b6a89f234
commit
89adf0682d
1 changed files with 2 additions and 2 deletions
|
|
@ -3206,8 +3206,8 @@ impl Application for App {
|
|||
.control(column);
|
||||
|
||||
if let Some(app) = store_opt {
|
||||
dialog = dialog.control(
|
||||
widget::button::link(fl!("browse-store", store = app.name.as_str()))
|
||||
dialog = dialog.tertiary_action(
|
||||
widget::button::text(fl!("browse-store", store = app.name.as_str()))
|
||||
.on_press(Message::OpenWithBrowse),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue