mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Display "no users" in empty add participant box.
This commit is contained in:
parent
4993ff1921
commit
5dcf341aaa
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue