implement refresh method

This commit is contained in:
yggverse 2024-08-27 15:10:11 +03:00
parent 0bf1a6041a
commit 93802a5898
2 changed files with 6 additions and 0 deletions

View file

@ -81,6 +81,11 @@ Glib::ustring Page::get_subtitle()
}
// Actions
void Page::refresh()
{
pageNavbar->refresh();
}
void Page::update()
{
title = _("Loading..");