summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-06-11 20:04:23 +0200
committerJakob Borg <jakob@nym.se>2014-06-11 20:06:53 +0200
commitf40f3b3b7be8127b6adf497f68f9450304eea47f (patch)
tree65f8f9408a049c2f58732d2d386642d7612cd826 /config
parent7454670b0a516d3d71e4e40999a3c352c34ebca9 (diff)
Anonymous Usage Reporting
Diffstat (limited to 'config')
-rw-r--r--config/config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index 54d3512fdb..2868192696 100644
--- a/config/config.go
+++ b/config/config.go
@@ -157,6 +157,10 @@ type OptionsConfiguration struct {
StartBrowser bool `xml:"startBrowser" default:"true"`
UPnPEnabled bool `xml:"upnpEnabled" default:"true"`
+ UREnabled bool `xml:"urEnabled"` // If true, send usage reporting data
+ URDeclined bool `xml:"urDeclined"` // If true, don't ask again
+ URAccepted int `xml:"urAccepted"` // Accepted usage reporting version
+
Deprecated_ReadOnly bool `xml:"readOnly,omitempty" json:"-"`
Deprecated_GUIEnabled bool `xml:"guiEnabled,omitempty" json:"-"`
Deprecated_GUIAddress string `xml:"guiAddress,omitempty" json:"-"`