mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Also search on description when using search in visibility page
This commit is contained in:
parent
5bd9970a82
commit
7ace875279
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ UM.PreferencesPage
|
||||||
|
|
||||||
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
|
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
|
||||||
|
|
||||||
onTextChanged: definitionsModel.filter = {"i18n_label": "*" + text}
|
onTextChanged: definitionsModel.filter = {"i18n_label|i18n_description": "*" + text}
|
||||||
}
|
}
|
||||||
|
|
||||||
NewControls.ComboBox
|
NewControls.ComboBox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue