mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-20 15:44:22 +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
|
|
@ -20,6 +20,9 @@ public partial class ConfigWindow
|
|||
return;
|
||||
}
|
||||
|
||||
Checkbox( "Auto Deduplicate on Import",
|
||||
"Automatically deduplicate mod files on import. This will make mod file sizes smaller, but deletes (binary identical) files.",
|
||||
Penumbra.Config.AutoDeduplicateOnImport, v => Penumbra.Config.AutoDeduplicateOnImport = v );
|
||||
DrawRequestedResourceLogging();
|
||||
DrawDisableSoundStreamingBox();
|
||||
DrawEnableHttpApiBox();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue