Add in-game reload message

This commit is contained in:
GriffinR
2025-02-19 11:39:45 -05:00
parent 43d5e32b96
commit 1ab8b830d8
3 changed files with 14 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ public:
this->lastUpdateCheckVersion = porymapVersion;
this->rateLimitTimes.clear();
this->eventSelectionShapeMode = QGraphicsPixmapItem::MaskShape;
this->shownInGameReloadMessage = false;
}
void addRecentProject(QString project);
void setRecentProjects(QStringList projects);
@@ -146,6 +147,7 @@ public:
QByteArray wildMonChartGeometry;
QByteArray newMapDialogGeometry;
QByteArray newLayoutDialogGeometry;
bool shownInGameReloadMessage;
protected:
virtual QString getConfigFilepath() override;