mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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();
|
this->sortByAlphabet = UserSettings::instance()->sortByAlphabet();
|
||||||
setSourceModel(model);
|
setSourceModel(model);
|
||||||
setDynamicSortFilter(true);
|
setDynamicSortFilter(true);
|
||||||
setSortCaseSensitivity(Qt::CaseInsensitive);
|
|
||||||
|
|
||||||
QObject::connect(UserSettings::instance().get(),
|
QObject::connect(UserSettings::instance().get(),
|
||||||
&UserSettings::roomSortingChangedImportance,
|
&UserSettings::roomSortingChangedImportance,
|
||||||
|
|
Loading…
Reference in a new issue