mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
[Browser] Make sort servers case insensitive
This commit is contained in:
parent
57353cdfff
commit
15723adb9a
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ MySortFilterProxyModel::MySortFilterProxyModel(QObject *parent) : QSortFilterPro
|
|||
filterEmpty = false;
|
||||
filterFull = false;
|
||||
maxPing = 0;
|
||||
setSortCaseSensitivity(Qt::CaseSensitivity::CaseInsensitive);
|
||||
}
|
||||
|
||||
void MySortFilterProxyModel::filterEmptyServers(bool state)
|
||||
|
|
Loading…
Reference in a new issue