mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix tab update level
This commit is contained in:
parent
1dc6bdf7e3
commit
03764ce599
7 changed files with 23 additions and 5 deletions
|
|
@ -42,6 +42,11 @@ void Main::tab_append()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::tab_update()
|
||||
{
|
||||
tab->update();
|
||||
};
|
||||
|
||||
void Main::tab_close()
|
||||
{
|
||||
tab->close(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue