Also search on description when using search in visibility page

This commit is contained in:
Jaime van Kessel 2021-07-19 15:47:38 +02:00
parent 5bd9970a82
commit 7ace875279
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -95,7 +95,7 @@ UM.PreferencesPage
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
onTextChanged: definitionsModel.filter = {"i18n_label": "*" + text}
onTextChanged: definitionsModel.filter = {"i18n_label|i18n_description": "*" + text}
}
NewControls.ComboBox