Add option to always open mod importer at default path.

This commit is contained in:
Ottermandias 2022-06-05 13:16:16 +02:00
parent 0a81e39690
commit 2746f7ea4f
3 changed files with 7 additions and 3 deletions

View file

@ -51,6 +51,7 @@ public partial class Configuration : IPluginConfiguration
public bool EnableHttpApi { get; set; }
public string DefaultModImportPath { get; set; } = string.Empty;
public bool AlwaysOpenDefaultImport { get; set; } = false;
public string DefaultModAuthor { get; set; } = DefaultTexToolsData.Author;
public Dictionary< ColorId, uint > Colors { get; set; }