And another one.

This commit is contained in:
Ottermandias 2022-09-26 14:41:09 +02:00
parent d7f8476e5b
commit 5cdb13328c
2 changed files with 5 additions and 6 deletions

View file

@ -137,7 +137,7 @@ public partial class MetaManager : IDisposable, IEnumerable< KeyValuePair< MetaM
}
var loaded = 0;
foreach( var manip in Manipulations.Where( m => m.ManipulationType != MetaManipulation.Type.Imc ) )
foreach( var manip in Manipulations )
{
loaded += manip.ManipulationType switch
{
@ -154,7 +154,6 @@ public partial class MetaManager : IDisposable, IEnumerable< KeyValuePair< MetaM
: 0;
}
SetImcFiles();
if( Penumbra.CollectionManager.Default == _collection )
{
SetFiles();