mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 01:49:19 +01:00
Setup the CollectionsManager and introduced first version of character based collection loading and automatic redrawing of characters.
This commit is contained in:
parent
b0d14751cd
commit
3c9c892a83
15 changed files with 704 additions and 299 deletions
|
|
@ -59,7 +59,7 @@ namespace Penumbra.UI
|
|||
|
||||
if( ImGui.BeginTable( "##effective_changes", 3, flags, AutoFillSize ) )
|
||||
{
|
||||
var currentCollection = _modManager.CurrentCollection.Cache!;
|
||||
var currentCollection = _modManager.Collections.CurrentCollection.Cache!;
|
||||
foreach( var file in currentCollection.ResolvedFiles )
|
||||
{
|
||||
DrawFileLine( file.Value, file.Key );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue