UI now displays an option to select the same profile

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-02-02 12:17:34 +01:00
parent c6e5620295
commit 733ef4d3d8
8 changed files with 64 additions and 7 deletions

View file

@ -25,12 +25,20 @@ def getMetaData() -> Dict:
{
"extension": "3mf",
"description": catalog.i18nc("@item:inlistbox", "3MF File")
},
{
"extension": "pcb",
"description": catalog.i18nc("@item:inlistbox", "PCB File")
}
]
metaData["workspace_reader"] = [
{
"extension": workspace_extension,
"description": catalog.i18nc("@item:inlistbox", "3MF File")
},
{
"extension": "pcb",
"description": catalog.i18nc("@item:inlistbox", "PCB File")
}
]