Skip to content

Commit

Permalink
add identity action to the tab actions group
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 29, 2025
1 parent a8008ad commit e1345a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/browser/window/tab/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl Item {

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.identity);

tab_action
.simple_action_group
Expand Down

0 comments on commit e1345a4

Please sign in to comment.