mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update page refresh action
This commit is contained in:
parent
4716f3b3dc
commit
33ae9796d8
7 changed files with 20 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue