chiark / gitweb /
Set SubmitUserStats to off by default
authorSteven Abadie <steven@alephobjects.com>
Mon, 29 Sep 2014 04:04:39 +0000 (22:04 -0600)
committerSteven Abadie <steven@alephobjects.com>
Mon, 29 Sep 2014 04:04:39 +0000 (22:04 -0600)
Cura/gui/configWizard.py

index 8e566db142a8d703353ef67f89027de2e0dd5f1e..c6db790344126853eec52e6c3b9a7d5a8c6857cf 100644 (file)
@@ -405,7 +405,7 @@ class MachineSelectPage(InfoPage):
                self.AddText(_("This does NOT submit your models online nor gathers any privacy related information."))
                self.SubmitUserStats = self.AddCheckbox(_("Submit anonymous usage information:"))
                self.AddText(_("For full details see: http://wiki.ultimaker.com/Cura:stats"))
-               self.SubmitUserStats.SetValue(True)
+               self.SubmitUserStats.SetValue(False)
 
        def OnUltimaker2Select(self, e):
                wx.wizard.WizardPageSimple.Chain(self, self.GetParent().ultimaker2ReadyPage)