Mark 7 лет назад
Родитель
Сommit
586cb0a405
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/SliceInfoPlugin/MoreInfoWindow.qml

+ 1 - 1
plugins/SliceInfoPlugin/MoreInfoWindow.qml

@@ -21,7 +21,7 @@ UM.Dialog
     width: minimumWidth
     height: minimumHeight
 
-    property bool allowSendData: false  // for saving the user's choice
+    property bool allowSendData: true  // for saving the user's choice
 
     onAccepted: manager.setSendSliceInfo(allowSendData)