mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add Pcp Events.
This commit is contained in:
parent
fb34238530
commit
10894d451a
9 changed files with 89 additions and 16 deletions
|
|
@ -69,6 +69,7 @@ public class Configuration : IPluginConfiguration, ISavable, IService
|
|||
public bool DefaultTemporaryMode { get; set; } = false;
|
||||
public bool EnableCustomShapes { get; set; } = true;
|
||||
public bool DisablePcpHandling { get; set; } = false;
|
||||
public bool AllowPcpIpc { get; set; } = true;
|
||||
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