mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show correct titles in sublists / sublist.
This commit is contained in:
@@ -597,7 +597,10 @@ void WrapWidget::finishShowContent() {
|
||||
updateContentGeometry();
|
||||
_content->setIsStackBottom(!hasStackHistory());
|
||||
if (_topBar) {
|
||||
_topBar->setTitle(_content->title());
|
||||
_topBar->setTitle({
|
||||
.title = _content->title(),
|
||||
.subtitle = _content->subtitle(),
|
||||
});
|
||||
_topBar->setStories(_content->titleStories());
|
||||
_topBar->setStoriesArchive(
|
||||
_controller->key().storiesTab() == Stories::Tab::Archive);
|
||||
|
Reference in New Issue
Block a user