Add changelog, improve Support Info, fix bug with folder checking, remove obsolete ownership settings.

This commit is contained in:
Ottermandias 2022-11-19 21:16:38 +01:00
parent 893e0a13bd
commit c8edd87df8
6 changed files with 99 additions and 70 deletions

View file

@ -37,8 +37,6 @@ public partial class Configuration : IPluginConfiguration
public bool UseCharacterCollectionInInspect { get; set; } = true;
public bool UseCharacterCollectionInTryOn { get; set; } = true;
public bool UseOwnerNameForCharacterCollection { get; set; } = true;
public bool PreferNamedCollectionsOverOwners { get; set; } = true;
public bool UseDefaultCollectionForRetainers { get; set; } = false;
public bool HideRedrawBar { get; set; } = false;