mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:15:56 +08:00
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:
commit
25649a0699
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user