mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Reload JSON should also refresh files.
This commit is contained in:
parent
dbcc050509
commit
2ac935e397
1 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,8 @@ namespace Penumbra.UI
|
||||||
_mod.Mod.Meta = ModMeta.LoadFromFile(metaPath) ?? _mod.Mod.Meta;
|
_mod.Mod.Meta = ModMeta.LoadFromFile(metaPath) ?? _mod.Mod.Meta;
|
||||||
_base._menu._installedTab._modPanel._details.ResetState();
|
_base._menu._installedTab._modPanel._details.ResetState();
|
||||||
}
|
}
|
||||||
|
_mod.Mod.RefreshModFiles();
|
||||||
|
_base._plugin.ModManager.CalculateEffectiveFileList();
|
||||||
}
|
}
|
||||||
|
|
||||||
public string SaveCurrentMod()
|
public string SaveCurrentMod()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue