Add a toggle to keep metadata changes to the default value when importing TTMPs.

This commit is contained in:
Ottermandias 2022-12-26 18:36:52 +01:00
parent 707ae090bf
commit ef19af481b
6 changed files with 26 additions and 14 deletions

View file

@ -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; }