update methods namespace

This commit is contained in:
yggverse 2024-09-05 02:50:41 +03:00
parent f834d783ef
commit c77bfbbc7b
11 changed files with 60 additions and 35 deletions

View file

@ -54,11 +54,11 @@ namespace app::browser::main
void close_right();
void close_all();
void page_navigation_history_back(
bool page_navigation_history_try_back(
const int & PAGE_NUMBER
);
void page_navigation_history_forward(
bool page_navigation_history_try_forward(
const int & PAGE_NUMBER
);