mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:59:02 +08:00
CURA-2653 Searching in English while other language set
This commit is contained in:
parent
19a288dcbf
commit
4d3e8592af
@ -84,7 +84,7 @@ Item
|
|||||||
|
|
||||||
onTextChanged:
|
onTextChanged:
|
||||||
{
|
{
|
||||||
definitionsModel.filter = {"label": "*" + text};
|
definitionsModel.filter = {"i18n_label": "*" + text};
|
||||||
findingSettings = (text.length > 0);
|
findingSettings = (text.length > 0);
|
||||||
if(findingSettings != lastFindingSettings)
|
if(findingSettings != lastFindingSettings)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user