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:
@@ -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));
|
||||
}));
|
||||
|
Reference in New Issue
Block a user