mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update history actions api
This commit is contained in:
parent
9ef5b169d3
commit
0a09de1fdd
12 changed files with 106 additions and 109 deletions
|
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navigation::history;
|
|||
Back::Back()
|
||||
{
|
||||
set_action_name(
|
||||
"win.main_tab_page_navigation_history_try_back"
|
||||
"win.main_tab_page_navigation_history_back"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using namespace app::browser::main::tab::page::navigation::history;
|
|||
Forward::Forward()
|
||||
{
|
||||
set_action_name(
|
||||
"win.main_tab_page_navigation_history_try_forward"
|
||||
"win.main_tab_page_navigation_history_forward"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue