Merge pull request #10155 from Ultimaker/also_search_on_description_in_visibility

Also search on description when using search in visibility page
This commit is contained in:
Konstantinos Karmas 2021-07-20 15:52:55 +02:00 committed by GitHub
commit 25649a0699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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