mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
show users in ignore page sorted
This commit is contained in:
parent
a5bed6d7e4
commit
88cffb1949
|
@ -108,6 +108,7 @@ void IgnoresPage::onShow()
|
||||||
{
|
{
|
||||||
users << ignoredUser.name;
|
users << ignoredUser.name;
|
||||||
}
|
}
|
||||||
|
users.sort(Qt::CaseInsensitive);
|
||||||
this->userListModel_.setStringList(users);
|
this->userListModel_.setStringList(users);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue