Add default mod import folder.

This commit is contained in:
Ottermandias 2022-06-07 12:39:57 +02:00
parent 7390f97d81
commit 2aed252820
5 changed files with 80 additions and 7 deletions

View file

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