Uncouple the currently manipulated collection from the default collection.

This commit is contained in:
Ottermandias 2021-07-04 20:05:10 +02:00
parent 2ff98f2338
commit 7a34bdabba
5 changed files with 72 additions and 8 deletions

View file

@ -25,6 +25,7 @@ namespace Penumbra
public string ModDirectory { get; set; } = @"D:/ffxiv/fs_mods/";
public string CurrentCollection { get; set; } = "Default";
public string DefaultCollection { get; set; } = "Default";
public string ForcedCollection { get; set; } = "";
public Dictionary< string, string > CharacterCollections { get; set; } = new();
public Dictionary< string, string > ModSortOrder { get; set; } = new();