Add toggle for the Changed Item category filter.

This commit is contained in:
Ottermandias 2023-07-07 00:45:56 +02:00
parent 0521cf0d18
commit 2bc7eb165e
4 changed files with 18 additions and 7 deletions

View file

@ -183,7 +183,7 @@ public class ModDataEditor
}
catch (Exception e)
{
Penumbra.Log.Error($"Could not load mod meta:\n{e}");
Penumbra.Log.Error($"Could not load mod meta for {metaFile}:\n{e}");
return ModDataChangeType.Deletion;
}
}