mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement multi-tab close action
This commit is contained in:
parent
daa5edcead
commit
f72bf5e723
6 changed files with 84 additions and 1 deletions
|
|
@ -50,6 +50,9 @@ namespace app::browser::main
|
|||
);
|
||||
|
||||
void close();
|
||||
void close_left();
|
||||
void close_right();
|
||||
void close_all();
|
||||
|
||||
void update();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue