mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft history action methods
This commit is contained in:
parent
c4e43f737e
commit
705a9e2a2a
5 changed files with 23 additions and 2 deletions
|
|
@ -79,6 +79,16 @@ void Main::tab_close_all()
|
|||
mainTab->close_all();
|
||||
};
|
||||
|
||||
void Main::tab_history_back()
|
||||
{
|
||||
mainTab->history_back();
|
||||
};
|
||||
|
||||
void Main::tab_history_forward()
|
||||
{
|
||||
mainTab->history_forward();
|
||||
};
|
||||
|
||||
void Main::refresh()
|
||||
{
|
||||
mainTab->refresh(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue