Add a bunch of help texts and expand on information.

This commit is contained in:
Ottermandias 2022-01-08 13:36:40 +01:00
parent 3e5ea0d89c
commit 7f9ca5db76
10 changed files with 505 additions and 390 deletions

View file

@ -32,6 +32,7 @@ namespace Penumbra
public string ForcedCollection { get; set; } = "";
public bool SortFoldersFirst { get; set; } = false;
public bool HasReadCharacterCollectionDesc { get; set; } = false;
public Dictionary< string, string > CharacterCollections { get; set; } = new();
public Dictionary< string, string > ModSortOrder { get; set; } = new();