implement refresh method for update

This commit is contained in:
yggverse 2024-09-08 04:24:21 +03:00
parent d869b4b3e7
commit fac8c14cbd
3 changed files with 18 additions and 3 deletions

View file

@ -17,6 +17,10 @@ namespace app::browser::main::tab::page::navigation
Update(
const Glib::RefPtr<Gio::SimpleAction> & ACTION__UPDATE
);
void refresh(
const bool & ENABLED
);
};
}