mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-26 18:39:28 +01:00
Add special collections.
This commit is contained in:
parent
ec91755065
commit
549f8ce4b4
11 changed files with 486 additions and 86 deletions
|
|
@ -182,7 +182,7 @@ public partial class Configuration
|
|||
DefaultCollection = _data[ nameof( DefaultCollection ) ]?.ToObject< string >() ?? DefaultCollection;
|
||||
CharacterCollections = _data[ nameof( CharacterCollections ) ]?.ToObject< Dictionary< string, string > >() ?? CharacterCollections;
|
||||
ModCollection.Manager.SaveActiveCollections( DefaultCollection, CurrentCollection,
|
||||
CharacterCollections.Select( kvp => ( kvp.Key, kvp.Value ) ) );
|
||||
CharacterCollections.Select( kvp => ( kvp.Key, kvp.Value ) ), Array.Empty<(CollectionType, string)>() );
|
||||
}
|
||||
|
||||
// Collections were introduced and the previous CurrentCollection got put into ModDirectory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue