Add option for redraw bar.

This commit is contained in:
Ottermandias 2022-09-22 15:31:18 +02:00
parent 819264045b
commit 8d48fcff42
4 changed files with 16 additions and 2 deletions

View file

@ -39,6 +39,8 @@ public partial class Configuration : IPluginConfiguration
public bool PreferNamedCollectionsOverOwners { get; set; } = true;
public bool UseDefaultCollectionForRetainers { get; set; } = false;
public bool HideRedrawBar { get; set; } = false;
#if DEBUG
public bool DebugMode { get; set; } = true;
#else