mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add an option to allow file selector folders to be expanded or collapsed by default.
This commit is contained in:
parent
3014f7b246
commit
e52fca05d9
4 changed files with 11 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue