mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement tab close action
This commit is contained in:
parent
dca780ca89
commit
daa5edcead
4 changed files with 22 additions and 0 deletions
|
|
@ -40,4 +40,9 @@ void Main::tab_append()
|
|||
true,
|
||||
true
|
||||
);
|
||||
};
|
||||
|
||||
void Main::tab_close()
|
||||
{
|
||||
tab->close();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue