mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add a toggle to keep metadata changes to the default value when importing TTMPs.
This commit is contained in:
parent
707ae090bf
commit
ef19af481b
6 changed files with 26 additions and 14 deletions
|
|
@ -69,6 +69,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
|
||||
public string DefaultModImportPath { get; set; } = string.Empty;
|
||||
public bool AlwaysOpenDefaultImport { get; set; } = false;
|
||||
public bool KeepDefaultMetaChanges { get; set; } = false;
|
||||
public string DefaultModAuthor { get; set; } = DefaultTexToolsData.Author;
|
||||
|
||||
public Dictionary< ColorId, uint > Colors { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue