update page refresh action

This commit is contained in:
yggverse 2024-09-08 07:24:59 +03:00
parent 4716f3b3dc
commit 33ae9796d8
7 changed files with 20 additions and 23 deletions

View file

@ -46,12 +46,19 @@ void Tab::refresh(
)->set_label(
tabPage->get_title()
);
tabPage->refresh(
tabPage->get_title(),
tabPage->get_subtitle(),
0 // @TODO
);
}
void Tab::append(
const bool & FOCUS
) {
auto tabPage = new tab::Page(
action__refresh,
action__tab_page_navigation_history_back,
action__tab_page_navigation_history_forward,
action__tab_page_navigation_update