implement pin tab menu item

This commit is contained in:
yggverse 2024-09-16 19:07:39 +03:00
parent 0c638026e3
commit 30a1872fa5
11 changed files with 55 additions and 0 deletions

View file

@ -85,6 +85,7 @@ namespace app::browser
// Actions
void tab_append();
void tab_pin();
void tab_close_all();
void tab_close_left();