From 90a9feb815df8d5675dea38d31179a20cefc05f2 Mon Sep 17 00:00:00 2001 From: MattNL Date: Sun, 4 Jun 2023 18:57:58 -0400 Subject: [PATCH] Set SubPCK default value to true -I feel that most users would rather have this on by default --- PCK-Studio/Forms/Utilities/AppBehaviorSettingsForm.resx | 3 --- PCK-Studio/Properties/Settings.Designer.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/PCK-Studio/Forms/Utilities/AppBehaviorSettingsForm.resx b/PCK-Studio/Forms/Utilities/AppBehaviorSettingsForm.resx index ab1b49e0..9b5d83ba 100644 --- a/PCK-Studio/Forms/Utilities/AppBehaviorSettingsForm.resx +++ b/PCK-Studio/Forms/Utilities/AppBehaviorSettingsForm.resx @@ -120,7 +120,4 @@ 17, 17 - - 17, 17 - \ No newline at end of file diff --git a/PCK-Studio/Properties/Settings.Designer.cs b/PCK-Studio/Properties/Settings.Designer.cs index 3af8d381..c154a761 100644 --- a/PCK-Studio/Properties/Settings.Designer.cs +++ b/PCK-Studio/Properties/Settings.Designer.cs @@ -58,7 +58,7 @@ namespace PckStudio.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool LoadSubPcks { get { return ((bool)(this["LoadSubPcks"]));