mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add toggle for the Changed Item category filter.
This commit is contained in:
parent
0521cf0d18
commit
2bc7eb165e
4 changed files with 18 additions and 7 deletions
|
|
@ -48,6 +48,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
public bool UseCharacterCollectionInTryOn { get; set; } = true;
|
||||
public bool UseOwnerNameForCharacterCollection { get; set; } = true;
|
||||
public bool UseNoModsInInspect { get; set; } = false;
|
||||
public bool HideChangedItemFilters { 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