mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extras
This commit is contained in:
parent
50df17a119
commit
293fe791ce
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ Browser::Browser(
|
|||
// Tab page navigation actions
|
||||
add_action(
|
||||
"main_tab_page_navigation_update",
|
||||
[this]()
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_page_navigation_update();
|
||||
}
|
||||
|
|
@ -112,7 +112,7 @@ Browser::Browser(
|
|||
|
||||
add_action(
|
||||
"main_tab_page_navigation_history_back",
|
||||
[this]()
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_page_navigation_history_back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue