diff --git a/Penumbra/Configuration.cs b/Penumbra/Configuration.cs index 8ef57b86..6294f42b 100644 --- a/Penumbra/Configuration.cs +++ b/Penumbra/Configuration.cs @@ -58,8 +58,8 @@ public partial class Configuration : IPluginConfiguration public bool FixMainWindow { get; set; } = false; public bool ShowAdvanced { get; set; } - public bool AutoDeduplicateOnImport { get; set; } = false; - public bool EnableHttpApi { get; set; } + public bool AutoDeduplicateOnImport { get; set; } = true; + public bool EnableHttpApi { get; set; } = true; public string DefaultModImportPath { get; set; } = string.Empty; public bool AlwaysOpenDefaultImport { get; set; } = false;