mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: File changed popup showing up when saving memory mapped file
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user