diff -r a601b377a3eb -r 31d4905ad28a Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Fri Sep 02 01:38:08 2016 +0200 +++ b/Server/Properties/Settings.Designer.cs Mon Sep 05 18:11:21 2016 +0200 @@ -188,5 +188,17 @@ this["LogitechAuthToken"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string LogitechPassword { + get { + return ((string)(this["LogitechPassword"])); + } + set { + this["LogitechPassword"] = value; + } + } } }