2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Save to Profile / Archive / Delete in list.

This commit is contained in:
John Preston
2023-06-30 16:45:41 +04:00
parent af0e578da5
commit 5f72a5238c
14 changed files with 179 additions and 36 deletions

View File

@@ -585,6 +585,8 @@ void WrapWidget::finishShowContent() {
if (_topBar) {
_topBar->setTitle(_content->title());
_topBar->setStories(_content->titleStories());
_topBar->setStoriesArchive(
_controller->key().storiesTab() == Stories::Tab::Archive);
}
_desiredHeights.fire(desiredHeightForContent());
_desiredShadowVisibilities.fire(_content->desiredShadowVisibility());