Add config to use default or owner collection for housing retainers.

This commit is contained in:
Ottermandias 2022-06-17 16:18:08 +02:00
parent eff6c2e9af
commit abd1fd14f5
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,7 @@ public partial class Configuration : IPluginConfiguration
public bool UseCharacterCollectionInTryOn { get; set; } = true;
public bool UseOwnerNameForCharacterCollection { get; set; } = true;
public bool PreferNamedCollectionsOverOwners { get; set; } = true;
public bool UseDefaultCollectionForRetainers { get; set; } = false;
#if DEBUG
public bool DebugMode { get; set; } = true;