mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add option to auto-deduplicate on import.
This commit is contained in:
parent
d2eae54149
commit
02f1a4cedd
6 changed files with 98 additions and 11 deletions
|
|
@ -48,6 +48,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
|
||||
public bool FixMainWindow { get; set; } = false;
|
||||
public bool ShowAdvanced { get; set; }
|
||||
public bool AutoDeduplicateOnImport { get; set; } = false;
|
||||
public bool DisableSoundStreaming { get; set; } = true;
|
||||
public bool EnableHttpApi { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue