DL: Allow 1 char filenames (not counting extension).

CURA-8395
This commit is contained in:
Remco Burema 2021-07-20 18:01:44 +02:00
parent d099bc8290
commit 86d104afe7
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

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