mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue