mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement pin tab menu item
This commit is contained in:
parent
0c638026e3
commit
30a1872fa5
11 changed files with 55 additions and 0 deletions
|
|
@ -114,6 +114,13 @@ void Main::tab_append()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::tab_pin()
|
||||
{
|
||||
mainTab->pin(
|
||||
mainTab->get_current_page()
|
||||
);
|
||||
};
|
||||
|
||||
void Main::tab_close()
|
||||
{
|
||||
mainTab->close(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue