mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add option to disable PCP.
This commit is contained in:
parent
e3b7f72893
commit
8043e6fb6b
3 changed files with 5 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ public class Configuration : IPluginConfiguration, ISavable, IService
|
|||
public bool HideMachinistOffhandFromChangedItems { get; set; } = true;
|
||||
public bool DefaultTemporaryMode { get; set; } = false;
|
||||
public bool EnableCustomShapes { get; set; } = true;
|
||||
public bool DisablePcpHandling { get; set; } = false;
|
||||
public RenameField ShowRename { get; set; } = RenameField.BothDataPrio;
|
||||
public ChangedItemMode ChangedItemDisplay { get; set; } = ChangedItemMode.GroupedCollapsed;
|
||||
public int OptionGroupCollapsibleMin { get; set; } = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue