mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
rename refresh action to update
This commit is contained in:
parent
abce6e44fd
commit
6cf3977a9f
11 changed files with 34 additions and 35 deletions
|
|
@ -60,8 +60,8 @@ namespace app::browser::main::tab::page::navigation
|
|||
sqlite3 * db;
|
||||
|
||||
// Actions
|
||||
Glib::RefPtr<Gio::SimpleAction> action__refresh,
|
||||
action__update;
|
||||
Glib::RefPtr<Gio::SimpleAction> action__update,
|
||||
action__reload;
|
||||
|
||||
// Extras
|
||||
double progress_fraction;
|
||||
|
|
@ -87,8 +87,8 @@ namespace app::browser::main::tab::page::navigation
|
|||
|
||||
Request(
|
||||
sqlite3 * db,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__REFRESH,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__UPDATE
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__UPDATE,
|
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__RELOAD
|
||||
);
|
||||
|
||||
// Actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue