mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02: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) {
|
if (delegate()->peerListFullRowsCount() > 0) {
|
||||||
setDescriptionText(QString());
|
setDescriptionText(QString());
|
||||||
|
} else if (_allLoaded) {
|
||||||
|
setDescriptionText(lang(lng_blocked_list_not_found));
|
||||||
}
|
}
|
||||||
delegate()->peerListRefreshRows();
|
delegate()->peerListRefreshRows();
|
||||||
}).fail([this](const RPCError &error) {
|
}).fail([this](const RPCError &error) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue