mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Fix the mod panels header not resetting data when a selected mod updates.
This commit is contained in:
parent
28752e2630
commit
f8331bc4d8
5 changed files with 32 additions and 10 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue