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
|
|
@ -25,6 +25,9 @@ namespace app::browser
|
|||
void tab_append();
|
||||
|
||||
void tab_close();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close_all();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue