mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Introducing custom Sort Order for mods and collapsible folders inside the mod selector based on '/' in the sort order.
This commit is contained in:
parent
702e3b9305
commit
d52086b69c
7 changed files with 157 additions and 13 deletions
|
|
@ -27,6 +27,8 @@ namespace Penumbra
|
|||
public string CurrentCollection { get; set; } = "Default";
|
||||
public string ForcedCollection { get; set; } = "";
|
||||
public Dictionary< string, string > CharacterCollections { get; set; } = new();
|
||||
public Dictionary< string, string > ModSortOrder { get; set; } = new();
|
||||
|
||||
public bool InvertModListOrder { internal get; set; }
|
||||
|
||||
public static Configuration Load( DalamudPluginInterface pi )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue