impr: Do not mark memory providers as dirty when creating them (#1506)

This is in an effort to avoid unnecessary popups
This commit is contained in:
iTrooz
2024-01-21 18:38:58 +01:00
committed by GitHub
parent f29d784e13
commit 9d351317b8

View File

@@ -17,7 +17,6 @@ namespace hex::plugin::builtin {
bool MemoryFileProvider::open() {
if (m_data.empty()) {
m_data.resize(1);
this->markDirty();
}
return true;