mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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
|
|
@ -44,7 +44,9 @@ void Main::tab_append()
|
|||
|
||||
void Main::tab_close()
|
||||
{
|
||||
tab->close();
|
||||
tab->close(
|
||||
-1 // active
|
||||
);
|
||||
};
|
||||
|
||||
void Main::tab_close_left()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue