mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
implement refresh method
This commit is contained in:
parent
0bf1a6041a
commit
93802a5898
2 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ Glib::ustring Page::get_subtitle()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
void Page::refresh()
|
||||||
|
{
|
||||||
|
pageNavbar->refresh();
|
||||||
|
}
|
||||||
|
|
||||||
void Page::update()
|
void Page::update()
|
||||||
{
|
{
|
||||||
title = _("Loading..");
|
title = _("Loading..");
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ namespace app::browser::main::tab
|
||||||
Glib::ustring get_subtitle();
|
Glib::ustring get_subtitle();
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
void refresh();
|
||||||
void update();
|
void update();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue