Merge branch 'replace_controls_1_for_controls_2' of github.com:Ultimaker/Cura into CURA-8688_qt6_cleanup

This commit is contained in:
Jaime van Kessel 2022-02-28 11:26:47 +01:00
commit f82c0fe525
2 changed files with 4 additions and 11 deletions

View file

@ -92,7 +92,8 @@ Item
target: Cura.Actions.browsePackages
function onTriggered()
{
extensionMenu.extensionModel.callExtensionMethod("Toolbox", "launch")
print("beepboop")
extensionMenu.extensionModel.callExtensionMethod("Marketplace", "show")
}
}
@ -102,8 +103,8 @@ Item
target: Cura.Actions.marketplaceMaterials
function onTriggered()
{
extensionMenu.extensionModel.callExtensionMethod("Toolbox", "launch")
extensionMenu.extensionModel.callExtensionMethod("Toolbox", "setViewCategoryToMaterials")
extensionMenu.extensionModel.callExtensionMethod("Marketplace", "show")
extensionMenu.extensionModel.callExtensionMethod("Marketplace", "setVisibleTabToMaterials")
}
}
}