Add priority display to mod selector.

This commit is contained in:
Ottermandias 2023-08-01 13:11:33 +02:00
parent 3738b5f8f0
commit a95877b9e4
5 changed files with 34 additions and 3 deletions

View file

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