mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Setting case insensitive sort is not necessary
This commit is contained in:
parent
1af83bb4cc
commit
559c5d6872
1 changed files with 0 additions and 1 deletions
|
@ -915,7 +915,6 @@ FilteredRoomlistModel::FilteredRoomlistModel(RoomlistModel *model, QObject *pare
|
|||
this->sortByAlphabet = UserSettings::instance()->sortByAlphabet();
|
||||
setSourceModel(model);
|
||||
setDynamicSortFilter(true);
|
||||
setSortCaseSensitivity(Qt::CaseInsensitive);
|
||||
|
||||
QObject::connect(UserSettings::instance().get(),
|
||||
&UserSettings::roomSortingChangedImportance,
|
||||
|
|
Loading…
Reference in a new issue