mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Change default values of AutoDeduplicate and EnableHttp to true.
This commit is contained in:
parent
aed1474db8
commit
2412e3be08
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue