mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Pass reply info to Window::PeerMenu.
This commit is contained in:
@@ -523,8 +523,10 @@ void Widget::refreshFolderTopBar() {
|
||||
updateControlsGeometry();
|
||||
}
|
||||
_folderTopBar->setActiveChat(
|
||||
_openedFolder,
|
||||
HistoryView::TopBarWidget::Section::History,
|
||||
HistoryView::TopBarWidget::ActiveChat{
|
||||
.key = _openedFolder,
|
||||
.section = HistoryView::TopBarWidget::Section::Dialogs,
|
||||
},
|
||||
nullptr);
|
||||
} else {
|
||||
_folderTopBar.destroy();
|
||||
|
Reference in New Issue
Block a user