2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve scheduled messages top bar.

This commit is contained in:
John Preston
2019-08-09 13:15:57 +01:00
parent ea0a616453
commit 99037d3d46
6 changed files with 43 additions and 30 deletions

View File

@@ -444,7 +444,9 @@ void Widget::refreshFolderTopBar() {
_folderTopBar.create(this, controller());
updateControlsGeometry();
}
_folderTopBar->setActiveChat(_openedFolder);
_folderTopBar->setActiveChat(
_openedFolder,
HistoryView::TopBarWidget::Section::History);
} else {
_folderTopBar.destroy();
}