From ea087216279356fb4c9987b544edd3c08e485e8d Mon Sep 17 00:00:00 2001 From: kougyoku Date: Wed, 15 Jun 2022 14:12:39 -0700 Subject: [PATCH] Strip ending \ from prefix. Add in DEBUG setting for on the fly debugging --- Properties/Settings.Designer.cs | 11 ++++++++++- Properties/Settings.settings | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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