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

@ -26,7 +26,8 @@ namespace app::browser
~Main();
// Getters
Glib::ustring get_current_tab_label_text();
Glib::ustring get_current_tab_page_title();
Glib::ustring get_current_tab_page_subtitle();
// Actions
void tab_append();