Add display of ImportDate and allow resetting it, add button to open local data json.

This commit is contained in:
Ottermandias 2024-09-08 23:42:19 +02:00
parent 22cbecc6a4
commit bd59591ed8
4 changed files with 58 additions and 11 deletions

View file

@ -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)