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

@ -62,7 +62,7 @@ namespace app::browser::main::tab
const double & PROGRESS
);
void update(
void navigation_update(
const bool & HISTORY = false
);
};