Show welcome page in marketplace window when not logged in

TODO: marketplace logo

CURA-6569
This commit is contained in:
Nino van Hooff 2019-11-04 15:44:04 +01:00
parent ad85e29c0a
commit 3d352b3585
4 changed files with 82 additions and 5 deletions

View file

@ -160,7 +160,7 @@ Item
target: Cura.Actions.browsePackages
onTriggered:
{
curaExtensions.callExtensionMethod("Toolbox", "browsePackages")
curaExtensions.callExtensionMethod("Toolbox", "launch")
}
}
}