implement multi-tab close action

This commit is contained in:
yggverse 2024-08-12 20:24:06 +03:00
parent daa5edcead
commit f72bf5e723
6 changed files with 84 additions and 1 deletions

View file

@ -50,6 +50,9 @@ namespace app::browser::main
);
void close();
void close_left();
void close_right();
void close_all();
void update();
};