Browse Source

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

CURA-11138
saumya.jain 1 year ago
parent
commit
40d91a7f3e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml

+ 2 - 1
plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml

@@ -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"