mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update methods namespace
This commit is contained in:
parent
f834d783ef
commit
c77bfbbc7b
11 changed files with 60 additions and 35 deletions
|
|
@ -85,18 +85,18 @@ Browser::Browser(
|
|||
|
||||
// History
|
||||
add_action(
|
||||
"main_tab_page_navigation_history_back",
|
||||
"main_tab_page_navigation_history_try_back",
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_page_navigation_history_back();
|
||||
browserMain->tab_page_navigation_history_try_back();
|
||||
}
|
||||
);
|
||||
|
||||
add_action(
|
||||
"main_tab_page_navigation_history_forward",
|
||||
"main_tab_page_navigation_history_try_forward",
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_page_navigation_history_forward();
|
||||
browserMain->tab_page_navigation_history_try_forward();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue