implement tab refresh method

This commit is contained in:
yggverse 2024-08-27 13:50:29 +03:00
parent 9cb2c3fd98
commit bb343d5f59
2 changed files with 41 additions and 1 deletions

View file

@ -35,6 +35,10 @@ namespace app::browser::main
void close_right();
void close_all();
void refresh(
int page_number
);
void update(
int page_number
);