mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Add campaign links
CURA-8563
This commit is contained in:
parent
97ba4489ff
commit
b0275cfba9
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Packages
|
|||
UM.Preferences.setValue("cura/market_place_show_manage_packages_banner", false);
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins"
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins?utm_source=cura&utm_medium=software&utm_campaign=marketplace-search-plugins-browser"
|
||||
|
||||
model: Marketplace.LocalPackageList
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ Packages
|
|||
UM.Preferences.setValue("cura/market_place_show_material_banner", false);
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/materials"
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/materials?utm_source=cura&utm_medium=software&utm_campaign=marketplace-search-materials-browser"
|
||||
|
||||
model: Marketplace.RemotePackageList
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ Packages
|
|||
UM.Preferences.setValue("cura/market_place_show_plugin_banner", false)
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins"
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins?utm_source=cura&utm_medium=software&utm_campaign=marketplace-search-plugins-browser"
|
||||
|
||||
model: Marketplace.RemotePackageList
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue