mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add identity action to the tab actions group
This commit is contained in:
parent
a8008ad92c
commit
e1345a4922
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ impl Item {
|
||||||
|
|
||||||
tab_action.simple_action_group.add_action(&action.home);
|
tab_action.simple_action_group.add_action(&action.home);
|
||||||
tab_action.simple_action_group.add_action(&action.reload);
|
tab_action.simple_action_group.add_action(&action.reload);
|
||||||
|
tab_action.simple_action_group.add_action(&action.identity);
|
||||||
|
|
||||||
tab_action
|
tab_action
|
||||||
.simple_action_group
|
.simple_action_group
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue