Change default for preferring owners.

This commit is contained in:
Ottermandias 2022-06-05 19:28:52 +02:00
parent f4ba14de3c
commit 10c4dbc1f8

View file

@ -26,7 +26,7 @@ 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; } = false;
public bool PreferNamedCollectionsOverOwners { get; set; } = true;
#if DEBUG
public bool DebugMode { get; set; } = true;