diff -r b5a0fa4770d3 -r 0c0ee86760ea Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Tue Aug 26 19:24:04 2014 +0200 +++ b/Server/Properties/Settings.Designer.cs Sat Aug 30 18:45:06 2014 +0200 @@ -82,5 +82,17 @@ this["DisplayReverseScreen"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public int DisplayType { + get { + return ((int)(this["DisplayType"])); + } + set { + this["DisplayType"] = value; + } + } } }