mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Add correct text to material and plugins onboarding banners
CURA-8564
This commit is contained in:
parent
6ca20ba863
commit
82d148d077
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Packages
|
||||||
|
|
||||||
bannerVisible: UM.Preferences.getValue("cura/market_place_show_material_banner")
|
bannerVisible: UM.Preferences.getValue("cura/market_place_show_material_banner")
|
||||||
bannerIcon: UM.Theme.getIcon("Spool")
|
bannerIcon: UM.Theme.getIcon("Spool")
|
||||||
bannerText: catalog.i18nc("@text", "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users.")
|
bannerText: catalog.i18nc("@text", "Select and install material profiles optimised for your Ultimaker 3D printers.")
|
||||||
bannerReadMoreUrl: "" // TODO add when support page is ready
|
bannerReadMoreUrl: "" // TODO add when support page is ready
|
||||||
onRemoveBanner: function() {
|
onRemoveBanner: function() {
|
||||||
UM.Preferences.setValue("cura/market_place_show_material_banner", false);
|
UM.Preferences.setValue("cura/market_place_show_material_banner", false);
|
||||||
|
|
|
@ -10,7 +10,7 @@ Packages
|
||||||
|
|
||||||
bannerVisible: UM.Preferences.getValue("cura/market_place_show_plugin_banner")
|
bannerVisible: UM.Preferences.getValue("cura/market_place_show_plugin_banner")
|
||||||
bannerIcon: UM.Theme.getIcon("Shop")
|
bannerIcon: UM.Theme.getIcon("Shop")
|
||||||
bannerText: catalog.i18nc("@text", "Select and install material profiles optimised for your Ultimaker 3D printers.")
|
bannerText: catalog.i18nc("@text", "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users.")
|
||||||
bannerReadMoreUrl: "" // TODO add when support page is ready
|
bannerReadMoreUrl: "" // TODO add when support page is ready
|
||||||
onRemoveBanner: function() {
|
onRemoveBanner: function() {
|
||||||
UM.Preferences.setValue("cura/market_place_show_plugin_banner", false)
|
UM.Preferences.setValue("cura/market_place_show_plugin_banner", false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue