mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix identity request implementation
This commit is contained in:
parent
2dc6154d54
commit
f581f1d2f3
4 changed files with 36 additions and 26 deletions
|
|
@ -91,6 +91,11 @@ impl Item {
|
|||
}
|
||||
});
|
||||
|
||||
action.identity.connect_activate({
|
||||
let page = page.clone();
|
||||
move |_, _| page.navigation.identity()
|
||||
});
|
||||
|
||||
action.reload.connect_activate({
|
||||
let page = page.clone();
|
||||
let client = client.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue