From 40d91a7f3ed458559f007f97ce54cdb89fb7e8b3 Mon Sep 17 00:00:00 2001 From: "saumya.jain" Date: Wed, 1 Nov 2023 11:03:30 +0100 Subject: [PATCH] material translation, saving to .makerbot on cloud by default when Method printer is selected CURA-11138 --- plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml index 311aa0bf7e..0b79b77a08 100644 --- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml +++ b/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"