mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add tab session menu
This commit is contained in:
parent
817c946270
commit
46582fbe63
7 changed files with 96 additions and 35 deletions
|
|
@ -95,6 +95,16 @@ void Main::tab_page_navigation_history_forward()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::tab_restore()
|
||||
{
|
||||
mainTab->restore();
|
||||
};
|
||||
|
||||
void Main::tab_save()
|
||||
{
|
||||
mainTab->save();
|
||||
};
|
||||
|
||||
void Main::shutdown()
|
||||
{
|
||||
mainTab->shutdown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue