mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add priority display to mod selector.
This commit is contained in:
parent
3738b5f8f0
commit
a95877b9e4
5 changed files with 34 additions and 3 deletions
|
|
@ -50,6 +50,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
public bool UseNoModsInInspect { get; set; } = false;
|
||||
public bool HideChangedItemFilters { get; set; } = false;
|
||||
|
||||
public bool HidePrioritiesInSelector { get; set; } = false;
|
||||
public bool HideRedrawBar { get; set; } = false;
|
||||
public int OptionGroupCollapsibleMin { get; set; } = 5;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue