mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add option to display single select groups as radio buttons.
This commit is contained in:
parent
ebbc3fed86
commit
47ddca0506
3 changed files with 99 additions and 32 deletions
|
|
@ -68,6 +68,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 int SingleGroupRadioMax { get; set; } = 2;
|
||||
public string DefaultImportFolder { get; set; } = string.Empty;
|
||||
public DoubleModifier DeleteModModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue