1.1 --- a/Server/Properties/Settings.Designer.cs Wed Feb 03 16:04:37 2016 +0100
1.2 +++ b/Server/Properties/Settings.Designer.cs Wed Feb 03 17:34:59 2016 +0100
1.3 @@ -165,5 +165,17 @@
1.4 this["CecMonitorOff"] = value;
1.5 }
1.6 }
1.7 +
1.8 + [global::System.Configuration.UserScopedSettingAttribute()]
1.9 + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.10 + [global::System.Configuration.DefaultSettingValueAttribute("True")]
1.11 + public bool StartIdleClient {
1.12 + get {
1.13 + return ((bool)(this["StartIdleClient"]));
1.14 + }
1.15 + set {
1.16 + this["StartIdleClient"] = value;
1.17 + }
1.18 + }
1.19 }
1.20 }