show users in ignore page sorted
This commit is contained in:
@@ -108,6 +108,7 @@ void IgnoresPage::onShow()
|
||||
{
|
||||
users << ignoredUser.name;
|
||||
}
|
||||
users.sort(Qt::CaseInsensitive);
|
||||
this->userListModel_.setStringList(users);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user