mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Added wildcard to filtering
CURA-1278
This commit is contained in:
parent
5f54d611cf
commit
81cdb3fd8c
@ -153,7 +153,7 @@ Item {
|
||||
{
|
||||
if(text != "")
|
||||
{
|
||||
listview.model.filter.label = {"global_only": false, "label": text}
|
||||
listview.model.filter = {"global_only": false, "label": "*" + text}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user