mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
create tab history actions
This commit is contained in:
parent
4a2b6144f0
commit
c4e43f737e
3 changed files with 18 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue