diff --git a/Penumbra/Configuration.cs b/Penumbra/Configuration.cs index a4dc6be1..5888a8e1 100644 --- a/Penumbra/Configuration.cs +++ b/Penumbra/Configuration.cs @@ -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;