mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add config to use default or owner collection for housing retainers.
This commit is contained in:
parent
eff6c2e9af
commit
abd1fd14f5
3 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue