diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 5a8c09f..a17c60c 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -25,7 +25,7 @@ namespace LocalExplorer.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("ssv.wa.lcl\\")] + [global::System.Configuration.DefaultSettingValueAttribute("ssv.wa.lcl")] public string PREFIX { get { return ((string)(this["PREFIX"])); @@ -48,5 +48,14 @@ namespace LocalExplorer.Properties { return ((global::System.Collections.Specialized.StringCollection)(this["ALLOWED_EXTENSIONS"])); } } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool DEBUG { + get { + return ((bool)(this["DEBUG"])); + } + } } } diff --git a/Properties/Settings.settings b/Properties/Settings.settings index e746a21..442c1e8 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -3,7 +3,7 @@ - ssv.wa.lcl\ + ssv.wa.lcl <?xml version="1.0" encoding="utf-16"?> @@ -16,5 +16,8 @@ <string>.wav</string> </ArrayOfString> + + False + \ No newline at end of file