Make new Marktetplace react to 'get more materials'.

part of CURA-8588
This commit is contained in:
Remco Burema 2021-12-30 11:53:42 +01:00
parent b794ad6ed2
commit 1cdeaffab7
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
3 changed files with 33 additions and 9 deletions

View file

@ -212,8 +212,8 @@ Item
target: Cura.Actions.marketplaceMaterials
function onTriggered()
{
curaExtensions.callExtensionMethod("Toolbox", "launch")
curaExtensions.callExtensionMethod("Toolbox", "setViewCategoryToMaterials")
curaExtensions.callExtensionMethod("Marketplace", "show")
curaExtensions.callExtensionMethod("Marketplace", "setVisibleTabToMaterials")
}
}
}
}