mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add find action
This commit is contained in:
parent
80f7451cdc
commit
b56b36cb41
6 changed files with 94 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ impl Tab {
|
|||
action.bookmark.change_state(state);
|
||||
action.close_all.change_state(state);
|
||||
action.close.change_state(state);
|
||||
action.find.change_state(state);
|
||||
action.history_back.change_state(state);
|
||||
action.history_forward.change_state(state);
|
||||
action.home.change_state(state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue