mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 23:07:51 +01:00
Add display of ImportDate and allow resetting it, add button to open local data json.
This commit is contained in:
parent
22cbecc6a4
commit
bd59591ed8
4 changed files with 58 additions and 11 deletions
|
|
@ -77,7 +77,7 @@ public partial class ModCreator(
|
|||
if (modDataChange.HasFlag(ModDataChangeType.Deletion) || mod.Name.Length == 0)
|
||||
return false;
|
||||
|
||||
dataEditor.LoadLocalData(mod);
|
||||
modDataChange |= dataEditor.LoadLocalData(mod);
|
||||
LoadDefaultOption(mod);
|
||||
LoadAllGroups(mod);
|
||||
if (incorporateMetaChanges)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue