change default setting

This commit is contained in:
Mark 2018-04-10 16:04:48 +02:00
parent 40eedbcf70
commit 586cb0a405

View file

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