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
|
|
@ -114,7 +114,7 @@ namespace app::browser::main::tab
|
|||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__REFRESH,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__PAGE_NAVIGATION_HISTORY_BACK,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__PAGE_NAVIGATION_HISTORY_FORWARD,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__PAGE_NAVIGATION_UPDATE
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__PAGE_NAVIGATION_RELOAD
|
||||
);
|
||||
|
||||
// Actions
|
||||
|
|
@ -133,7 +133,7 @@ namespace app::browser::main::tab
|
|||
const double & PROGRESS_FRACTION
|
||||
);
|
||||
|
||||
void navigation_update(
|
||||
void navigation_reload(
|
||||
const bool & ADD_HISTORY
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue