mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft history action methods
This commit is contained in:
parent
c4e43f737e
commit
705a9e2a2a
5 changed files with 23 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ Browser::Browser(
|
|||
"tab_history_back",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
browserMain->tab_history_back();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ Browser::Browser(
|
|||
"tab_history_forward",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
browserMain->tab_history_forward();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue