mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
remove extras
This commit is contained in:
parent
50df17a119
commit
293fe791ce
@ -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…
x
Reference in New Issue
Block a user