2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Show members list in the third column.

This commit is contained in:
John Preston
2017-12-04 15:45:15 +04:00
parent 1a273702d3
commit 76f951e3e6
3 changed files with 3 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ void Cover::refreshStatusText() {
_status->setRichText(statusText);
if (hasMembersLink) {
_status->setLink(1, MakeShared<LambdaClickHandler>([=] {
_controller->window()->showSection(Info::Memento(
_controller->showSection(Info::Memento(
_controller->peerId(),
Section::Type::Members));
}));