material translation, saving to .makerbot on cloud by default when Method printer is selected

CURA-11138
This commit is contained in:
saumya.jain 2023-11-01 11:03:30 +01:00
parent 7ce91f5ad8
commit 40d91a7f3e

View file

@ -208,7 +208,8 @@ Item
anchors.rightMargin: UM.Theme.getSize("thin_margin").height
enabled: UM.Backend.state == UM.Backend.Done
currentIndex: UM.Backend.state == UM.Backend.Done ? 0 : 1
currentIndex: UM.Backend.state == UM.Backend.Done ? dfFilenameTextfield.text.startsWith("MM")? 1 : 0 : 2
textRole: "text"
valueRole: "value"