Fix the mod panels header not resetting data when a selected mod updates.

This commit is contained in:
Ottermandias 2023-12-24 14:36:21 +01:00
parent 28752e2630
commit f8331bc4d8
5 changed files with 32 additions and 10 deletions

View file

@ -21,8 +21,11 @@ public sealed class ModDataChanged : EventWrapper<Action<ModDataChangeType, Mod,
/// <seealso cref="Mods.Manager.ModCacheManager.OnModDataChange"/>
ModCacheManager = 0,
/// <seealso cref="Mods.Manager.ModFileSystem.OnDataChange"/>
/// <seealso cref="Mods.Manager.ModFileSystem.OnModDataChange"/>
ModFileSystem = 0,
/// <seealso cref="UI.ModsTab.ModPanelHeader.OnModDataChange"/>
ModPanelHeader = 0,
}
public ModDataChanged()