mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Change default for preferring owners.
This commit is contained in:
parent
f4ba14de3c
commit
10c4dbc1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue