Display "no users" in empty add participant box.

This commit is contained in:
John Preston 2017-06-29 15:27:24 +03:00
parent 4993ff1921
commit 5dcf341aaa

View File

@ -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) {