mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
create tab history actions
This commit is contained in:
parent
4a2b6144f0
commit
c4e43f737e
@ -110,6 +110,22 @@ Browser::Browser(
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
add_action(
|
||||
"tab_history_back",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
|
||||
add_action(
|
||||
"tab_history_forward",
|
||||
[this]
|
||||
{
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Browser::~Browser()
|
||||
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navbar::history;
|
||||
Back::Back()
|
||||
{
|
||||
set_action_name(
|
||||
"tab.back"
|
||||
"win.tab_history_back"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navbar::history;
|
||||
Forward::Forward()
|
||||
{
|
||||
set_action_name(
|
||||
"tab.forward"
|
||||
"win.tab_history_forward"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
Loading…
x
Reference in New Issue
Block a user