fix: File changed popup showing up when saving memory mapped file

This commit is contained in:
WerWolv
2024-03-15 17:57:06 +01:00
parent 3897245a7e
commit 0f4504476a
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ namespace hex::plugin::builtin {
wolv::io::ChangeTracker m_changeTracker;
std::vector<u8> m_data;
bool m_loadedIntoMemory = false;
bool m_ignoreNextChangeEvent = false;
std::optional<struct stat> m_fileStats;