mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-28 01:23:09 +00:00
Display "no users" in empty add participant box.
This commit is contained in:
parent
4993ff1921
commit
5dcf341aaa
@ -564,6 +564,8 @@ void AddParticipantBoxController::loadMoreRows() {
|
||||
}
|
||||
if (delegate()->peerListFullRowsCount() > 0) {
|
||||
setDescriptionText(QString());
|
||||
} else if (_allLoaded) {
|
||||
setDescriptionText(lang(lng_blocked_list_not_found));
|
||||
}
|
||||
delegate()->peerListRefreshRows();
|
||||
}).fail([this](const RPCError &error) {
|
||||
|
Loading…
Reference in New Issue
Block a user