mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:35:54 +08:00
Also search on description when using search in visibility page
This commit is contained in:
parent
5bd9970a82
commit
7ace875279
@ -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…
x
Reference in New Issue
Block a user