1
0
Fork 1
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:
Koncord 2017-10-10 13:10:37 +08:00
parent 57353cdfff
commit 15723adb9a

View file

@ -53,6 +53,7 @@ MySortFilterProxyModel::MySortFilterProxyModel(QObject *parent) : QSortFilterPro
filterEmpty = false;
filterFull = false;
maxPing = 0;
setSortCaseSensitivity(Qt::CaseSensitivity::CaseInsensitive);
}
void MySortFilterProxyModel::filterEmptyServers(bool state)