mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
Hopefully fix issue with missing caches.
This commit is contained in:
parent
c2933ba95c
commit
3d5765796e
4 changed files with 10 additions and 5 deletions
|
|
@ -47,6 +47,7 @@ public class ActiveCollections : ISavable, IDisposable
|
|||
_communicator.CollectionChange.Subscribe(OnCollectionChange, -100);
|
||||
LoadCollections();
|
||||
UpdateCurrentCollectionInUse();
|
||||
Individuals.Loaded += UpdateCurrentCollectionInUse;
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
@ -275,7 +276,7 @@ public class ActiveCollections : ISavable, IDisposable
|
|||
jObj.WriteTo(j);
|
||||
}
|
||||
|
||||
public void UpdateCurrentCollectionInUse()
|
||||
private void UpdateCurrentCollectionInUse()
|
||||
=> CurrentCollectionInUse = SpecialCollections
|
||||
.OfType<ModCollection>()
|
||||
.Prepend(Interface)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue