Add Pcp Events.

This commit is contained in:
Ottermandias 2025-08-22 18:08:22 +02:00
parent fb34238530
commit 10894d451a
9 changed files with 89 additions and 16 deletions

View file

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