Add an opt-out prompt for system information collection.

This commit is contained in:
Paul Chote
2016-04-27 21:20:27 +01:00
parent ee82a8c3a9
commit 98faa15d62
5 changed files with 250 additions and 23 deletions

View File

@@ -101,6 +101,7 @@ namespace OpenRA
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool SendSystemInformation = true;
public int SystemInformationVersionPrompt = 0;
public string UUID = System.Guid.NewGuid().ToString();
}