Add option to display single select groups as radio buttons.

This commit is contained in:
Ottermandias 2023-02-23 18:29:54 +01:00
parent ebbc3fed86
commit 47ddca0506
3 changed files with 99 additions and 32 deletions

View file

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