mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add default mod import folder.
This commit is contained in:
parent
7390f97d81
commit
2aed252820
5 changed files with 80 additions and 7 deletions
|
|
@ -44,6 +44,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
public float ModSelectorAbsoluteSize { get; set; } = Constants.DefaultAbsoluteSize;
|
||||
public int ModSelectorScaledSize { get; set; } = Constants.DefaultScaledSize;
|
||||
public bool OpenFoldersByDefault { get; set; } = false;
|
||||
public string DefaultImportFolder { get; set; } = string.Empty;
|
||||
|
||||
public bool FixMainWindow { get; set; } = false;
|
||||
public bool ShowAdvanced { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue