Add ability to collect system information from users' systems

This commit is contained in:
Oliver Brakmann
2016-02-21 21:10:39 +01:00
parent 86e4a72dce
commit 6b4ccecabe
5 changed files with 65 additions and 16 deletions

View File

@@ -604,6 +604,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
BindCheckboxPref(panel, "BOTDEBUG_CHECKBOX", ds, "BotDebug");
BindCheckboxPref(panel, "FETCH_NEWS_CHECKBOX", gs, "FetchNews");
BindCheckboxPref(panel, "LUADEBUG_CHECKBOX", ds, "LuaDebug");
BindCheckboxPref(panel, "SENDSYSINFO_CHECKBOX", ds, "SendSystemInformation");
return () => { };
}