Set SubPCK default value to true

-I feel that most users would rather have this on by default
This commit is contained in:
MattNL
2023-06-04 18:57:58 -04:00
parent 99e9ff2c29
commit 90a9feb815
2 changed files with 1 additions and 4 deletions

View File

@@ -120,7 +120,4 @@
<metadata name="SettingToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="SettingToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View File

@@ -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"]));