remove extras

This commit is contained in:
yggverse 2024-09-05 23:14:16 +03:00
parent 50df17a119
commit 293fe791ce

View File

@ -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();
}