rename update action method

This commit is contained in:
yggverse 2024-09-05 16:48:28 +03:00
parent d63ba8f1ad
commit c3df2818c6
7 changed files with 45 additions and 44 deletions

View file

@ -106,7 +106,7 @@ Browser::Browser(
"main_tab_page_navigation_update",
[this]
{
browserMain->tab_page_update();
browserMain->tab_page_navigation_update();
}
);