Describe SendSystemInformation so people know how to opt-out.
This commit is contained in:
committed by
reaperrr
parent
da02620c4e
commit
030c942f73
@@ -97,7 +97,10 @@ namespace OpenRA
|
|||||||
public bool IgnoreVersionMismatch = false;
|
public bool IgnoreVersionMismatch = false;
|
||||||
|
|
||||||
public bool StrictActivityChecking = false;
|
public bool StrictActivityChecking = false;
|
||||||
|
|
||||||
|
[Desc("Allow the collection of anonymous data such as Operating System, .NET runtime, OpenGL version and language settings.")]
|
||||||
public bool SendSystemInformation = true;
|
public bool SendSystemInformation = true;
|
||||||
|
|
||||||
public int SystemInformationVersionPrompt = 0;
|
public int SystemInformationVersionPrompt = 0;
|
||||||
public string UUID = System.Guid.NewGuid().ToString();
|
public string UUID = System.Guid.NewGuid().ToString();
|
||||||
public bool EnableDebugCommandsInReplays = false;
|
public bool EnableDebugCommandsInReplays = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user