mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add clean session action and menu item
This commit is contained in:
parent
6cf3977a9f
commit
ab6f0cca3a
7 changed files with 27 additions and 0 deletions
|
|
@ -53,6 +53,11 @@ void Main::tab_append()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::clean()
|
||||
{
|
||||
mainTab->clean();
|
||||
};
|
||||
|
||||
void Main::restore()
|
||||
{
|
||||
mainTab->restore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue