Display custom header values according to type

This commit is contained in:
GriffinR
2022-10-15 03:22:51 -04:00
parent 6ffcb58e5e
commit ec626a59a7
4 changed files with 23 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public:
QString battle_scene;
QString sharedEventsMap = "";
QString sharedScriptsMap = "";
QMap<QString, QString> customHeaders;
QMap<QString, QJsonValue> customHeaders;
MapLayout *layout;
bool isPersistedToFile = true;
bool hasUnsavedDataChanges = false;