mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
create update method, change refresh logic
This commit is contained in:
parent
d999b43d24
commit
eb902bdd99
3 changed files with 61 additions and 47 deletions
|
|
@ -184,12 +184,7 @@ void Tab::refresh(
|
|||
TAB_PAGE->get_title()
|
||||
);
|
||||
|
||||
TAB_PAGE->refresh(
|
||||
tab::Page::MIME::UNDEFINED,
|
||||
TAB_PAGE->get_title(),
|
||||
TAB_PAGE->get_description(),
|
||||
0 // @TODO
|
||||
);
|
||||
TAB_PAGE->refresh();
|
||||
|
||||
action__tab_close_active->set_enabled(
|
||||
get_n_pages() > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue