Add an option to allow file selector folders to be expanded or collapsed by default.

This commit is contained in:
Ottermandias 2022-06-05 13:10:29 +02:00
parent 3014f7b246
commit e52fca05d9
4 changed files with 11 additions and 1 deletions

View file

@ -43,6 +43,7 @@ public partial class Configuration : IPluginConfiguration
public bool ScaleModSelector { get; set; } = false;
public float ModSelectorAbsoluteSize { get; set; } = Constants.DefaultAbsoluteSize;
public int ModSelectorScaledSize { get; set; } = Constants.DefaultScaledSize;
public bool OpenFoldersByDefault { get; set; } = false;
public bool ShowAdvanced { get; set; }