mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add option to always open mod importer at default path.
This commit is contained in:
parent
0a81e39690
commit
2746f7ea4f
3 changed files with 7 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue