mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
integrate history actions
This commit is contained in:
parent
4e7565297a
commit
b5b30d5873
8 changed files with 39 additions and 12 deletions
|
|
@ -61,6 +61,8 @@ impl Browser {
|
|||
|
||||
let main = Arc::new(Main::new(
|
||||
action_tab_page_navigation_base.clone(),
|
||||
action_tab_page_navigation_history_back.clone(),
|
||||
action_tab_page_navigation_history_forward.clone(),
|
||||
action_tab_page_navigation_reload.clone(),
|
||||
action_update.clone(),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue