mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:55:55 +08:00
Merge branch 'master' into CURA-7376_full_of_spiders
This commit is contained in:
commit
50f399c652
@ -72,8 +72,8 @@ class GlobalStacksModel(ListModel):
|
|||||||
section_name = self._catalog.i18nc("@info:title", section_name)
|
section_name = self._catalog.i18nc("@info:title", section_name)
|
||||||
|
|
||||||
default_removal_warning = self._catalog.i18nc(
|
default_removal_warning = self._catalog.i18nc(
|
||||||
"@label ({} is object name)",
|
"@label {0} is the name of a printer that's about to be deleted.",
|
||||||
"Are you sure you wish to remove {}? This cannot be undone!", device_name
|
"Are you sure you wish to remove {0}? This cannot be undone!", device_name
|
||||||
)
|
)
|
||||||
removal_warning = container_stack.getMetaDataEntry("removal_warning", default_removal_warning)
|
removal_warning = container_stack.getMetaDataEntry("removal_warning", default_removal_warning)
|
||||||
|
|
||||||
|
@ -48,7 +48,15 @@ Item
|
|||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
toolbox.viewPage = "overview"
|
toolbox.viewPage = "overview"
|
||||||
toolbox.filterModelByProp("packages", "type", toolbox.viewCategory)
|
if (toolbox.viewCategory == "material")
|
||||||
|
{
|
||||||
|
toolbox.filterModelByProp("authors", "package_types", "material")
|
||||||
|
}
|
||||||
|
else if (toolbox.viewCategory == "plugin")
|
||||||
|
{
|
||||||
|
toolbox.filterModelByProp("packages", "type", "plugin")
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
style: ButtonStyle
|
style: ButtonStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user