mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename update button and action to reload
This commit is contained in:
parent
c44c278c33
commit
1df58f17de
17 changed files with 63 additions and 63 deletions
|
|
@ -33,7 +33,7 @@ namespace app::browser
|
|||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_CLOSE_ALL,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_PAGE_NAVIGATION_HISTORY_BACK,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_PAGE_NAVIGATION_HISTORY_FORWARD,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_PAGE_NAVIGATION_UPDATE
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__MAIN_TAB_PAGE_NAVIGATION_RELOAD
|
||||
);
|
||||
|
||||
// Actions
|
||||
|
|
@ -48,7 +48,7 @@ namespace app::browser
|
|||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_navigation_update();
|
||||
void tab_page_navigation_reload();
|
||||
|
||||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue