diff --git a/GPK_RePack/App.config b/GPK_RePack/App.config index f85308c..f1559b6 100644 --- a/GPK_RePack/App.config +++ b/GPK_RePack/App.config @@ -79,10 +79,10 @@ False - True + False - False + True diff --git a/GPK_RePack/Properties/Settings.Designer.cs b/GPK_RePack/Properties/Settings.Designer.cs index 9eee6ae..d5c94b0 100644 --- a/GPK_RePack/Properties/Settings.Designer.cs +++ b/GPK_RePack/Properties/Settings.Designer.cs @@ -253,7 +253,7 @@ public bool EnableCompression { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool EnableSortTreeNodes { get { return ((bool)(this["EnableSortTreeNodes"])); @@ -265,7 +265,7 @@ public bool EnableSortTreeNodes { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool LoadMappingOnStart { get { return ((bool)(this["LoadMappingOnStart"])); diff --git a/GPK_RePack/Properties/Settings.settings b/GPK_RePack/Properties/Settings.settings index 4a4237c..e9a0a0c 100644 --- a/GPK_RePack/Properties/Settings.settings +++ b/GPK_RePack/Properties/Settings.settings @@ -60,10 +60,10 @@ False - True + False - False + True \ No newline at end of file