mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Added a 'Marketplace' icon in the header of the Toolbox
CURA-7071
This commit is contained in:
parent
ab6effb712
commit
51ec8a539f
3 changed files with 46 additions and 18 deletions
|
@ -765,6 +765,10 @@ class Toolbox(QObject, Extension):
|
|||
def materialsGenericModel(self) -> PackagesModel:
|
||||
return self._materials_generic_model
|
||||
|
||||
@pyqtProperty(str, constant=True)
|
||||
def getWebMarketplaceUrl(self) -> str:
|
||||
return ApplicationMetadata.WEB_MARKETPLACE_URL
|
||||
|
||||
# Filter Models:
|
||||
# --------------------------------------------------------------------------
|
||||
@pyqtSlot(str, str, str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue