mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update window subtitle on refresh
This commit is contained in:
parent
fb71cfa2be
commit
61613c12af
5 changed files with 42 additions and 9 deletions
|
|
@ -102,7 +102,11 @@ Browser::Browser(
|
|||
browserMain->refresh();
|
||||
|
||||
browserHeader->set_title(
|
||||
browserMain->get_current_tab_label_text()
|
||||
browserMain->get_current_tab_page_title()
|
||||
);
|
||||
|
||||
browserHeader->set_subtitle(
|
||||
browserMain->get_current_tab_page_subtitle()
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue