Added a 'Marketplace' icon in the header of the Toolbox

CURA-7071
This commit is contained in:
Dimitriovski 2020-01-16 16:30:11 +01:00
parent ab6effb712
commit 51ec8a539f
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D
3 changed files with 46 additions and 18 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2018 Ultimaker B.V.
# Copyright (c) 2020 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
# ---------
@ -56,3 +56,5 @@ try:
except ImportError:
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
WEB_MARKETPLACE_URL = "https://marketplace.ultimaker.com/app/cura/materials"