draft history action methods

This commit is contained in:
yggverse 2024-08-29 03:08:20 +03:00
parent c4e43f737e
commit 705a9e2a2a
5 changed files with 23 additions and 2 deletions

View file

@ -35,6 +35,8 @@ namespace app::browser
void tab_close_left();
void tab_close_right();
void tab_close();
void tab_history_back();
void tab_history_forward();
void tab_update();
void refresh();