Browse Source

Merge branch '4.11' of github.com:Ultimaker/Cura

Jaime van Kessel 3 years ago
parent
commit
f12f1ea438
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml

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

@@ -200,7 +200,7 @@ Item
         anchors.bottom: parent.bottom
         anchors.right: parent.right
         text: "Save"
-        enabled: (asProjectCheckbox.checked || asSlicedCheckbox.checked) && dfFilenameTextfield.text.length >= 1
+        enabled: (asProjectCheckbox.checked || asSlicedCheckbox.checked) && dfFilenameTextfield.text.length >= 1 && dfFilenameTextfield.state !== 'invalid'
 
         onClicked:
         {