fix: Restart imhex popup not working correctly

This commit is contained in:
WerWolv
2023-12-11 23:05:47 +01:00
parent 1e4bb8c91e
commit e080164305
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ namespace hex::plugin::builtin {
private:
bool m_restartRequested = false;
bool m_triggerPopup = false;
};
}