mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Added wildcard to filtering
CURA-1278
This commit is contained in:
parent
5f54d611cf
commit
81cdb3fd8c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Item {
|
||||||
{
|
{
|
||||||
if(text != "")
|
if(text != "")
|
||||||
{
|
{
|
||||||
listview.model.filter.label = {"global_only": false, "label": text}
|
listview.model.filter = {"global_only": false, "label": "*" + text}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue