mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
132addf7b8
@ -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