diff -r 317fdfa4fbb6 -r b0c0aa5aea05 Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Wed Feb 03 16:04:37 2016 +0100 +++ b/Server/Properties/Settings.Designer.cs Wed Feb 03 17:34:59 2016 +0100 @@ -165,5 +165,17 @@ this["CecMonitorOff"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool StartIdleClient { + get { + return ((bool)(this["StartIdleClient"])); + } + set { + this["StartIdleClient"] = value; + } + } } }