mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
require closing page number argument
This commit is contained in:
parent
ff592df8b5
commit
fa52a8fa70
3 changed files with 17 additions and 7 deletions
|
|
@ -49,7 +49,10 @@ namespace app::browser::main
|
|||
bool focus
|
||||
);
|
||||
|
||||
void close();
|
||||
void close(
|
||||
int number
|
||||
);
|
||||
|
||||
void close_left();
|
||||
void close_right();
|
||||
void close_all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue