mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
create tab history actions
This commit is contained in:
parent
4a2b6144f0
commit
c4e43f737e
3 changed files with 18 additions and 2 deletions
|
|
@ -110,6 +110,22 @@ Browser::Browser(
|
|||
);
|
||||
}
|
||||
);
|
||||
|
||||
add_action(
|
||||
"tab_history_back",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
|
||||
add_action(
|
||||
"tab_history_forward",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Browser::~Browser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue