mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix category filtering
I have no idea how this worked at all when I made the commit originally, but it works now, just as well as it did on the prior commit. Further improvements, using subfolders and other metadata will be in another PR. Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
bbd8c1e745
commit
502a5175e2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ IconPickerDialog::IconPickerDialog(QWidget* parent) : QDialog(parent), ui(new Ui
|
|||
}
|
||||
}
|
||||
|
||||
proxyModel = new QSortFilterProxyModel(this);
|
||||
proxyModel = new IconProxyModel(this);
|
||||
proxyModel->setSourceModel(APPLICATION->icons());
|
||||
proxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive);
|
||||
ui->iconView->setModel(proxyModel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue