update window subtitle on refresh

This commit is contained in:
yggverse 2024-08-27 16:39:44 +03:00
parent fb71cfa2be
commit 61613c12af
5 changed files with 42 additions and 9 deletions

View file

@ -18,7 +18,11 @@ namespace app::browser::main
~Tab();
Glib::ustring get_label_text(
Glib::ustring get_page_title(
const int & PAGE_NUMBER
);
Glib::ustring get_page_subtitle(
const int & PAGE_NUMBER
);