From afca57e50863fa859145a907d723df80ddd0c8e3 Mon Sep 17 00:00:00 2001 From: CasperH2O Date: Fri, 12 Jan 2024 21:14:07 +0100 Subject: [PATCH] Fix settings --- HandheldCompanion/Properties/Settings.Designer.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/HandheldCompanion/Properties/Settings.Designer.cs b/HandheldCompanion/Properties/Settings.Designer.cs index e592bb766..0ea8d1756 100644 --- a/HandheldCompanion/Properties/Settings.Designer.cs +++ b/HandheldCompanion/Properties/Settings.Designer.cs @@ -7,14 +7,13 @@ // the code is regenerated. // //------------------------------------------------------------------------------ - +using System.Configuration; namespace HandheldCompanion.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - + + + [SettingsProvider(typeof(CustomSettingsProvider))] + internal sealed partial class Settings : ApplicationSettingsBase + { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default {