From 586cb0a40553b96320b8f2332293ea5767e25f67 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Apr 2018 16:04:48 +0200 Subject: [PATCH] change default setting --- plugins/SliceInfoPlugin/MoreInfoWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml index d453c18c7c..1d79e7a6a1 100644 --- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml +++ b/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)