mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
detect primary icon on construct, rename some actions
This commit is contained in:
parent
93942dd83d
commit
91e674ae29
3 changed files with 13 additions and 10 deletions
|
|
@ -94,7 +94,7 @@ impl Item {
|
|||
|
||||
action.identity.connect_activate({
|
||||
let page = page.clone();
|
||||
move |_, _| page.navigation.identity()
|
||||
move |_, _| page.navigation.show_identity_dialog()
|
||||
});
|
||||
|
||||
action.reload.connect_activate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue