mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Fix wrong filtering in Marketplace when pressing Back
It was trying to apply a wrong filter, which was causing a slowdown. It is now applying the correct filter. Fixes https://github.com/Ultimaker/Cura/issues/8161 CURA-7649
This commit is contained in:
parent
e7d95f6d90
commit
c7525719d5
@ -48,7 +48,7 @@ Item
|
||||
onClicked:
|
||||
{
|
||||
toolbox.viewPage = "overview"
|
||||
toolbox.filterModelByProp("packages", "type", toolbox.viewCategory)
|
||||
toolbox.filterModelByProp("packages", "package_types", toolbox.viewCategory)
|
||||
}
|
||||
style: ButtonStyle
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user