mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remake tab session api
This commit is contained in:
parent
9bdf707a20
commit
7e8aaef1c5
5 changed files with 87 additions and 66 deletions
|
|
@ -47,8 +47,9 @@ void Main::refresh()
|
|||
|
||||
void Main::tab_append()
|
||||
{
|
||||
mainTab->set_current_page(
|
||||
mainTab->append()
|
||||
mainTab->append(
|
||||
_("New tab"),
|
||||
true
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue