mirror of https://github.com/WerWolv/ImHex.git
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:
parent
f29d784e13
commit
9d351317b8
|
@ -17,7 +17,6 @@ namespace hex::plugin::builtin {
|
|||
bool MemoryFileProvider::open() {
|
||||
if (m_data.empty()) {
|
||||
m_data.resize(1);
|
||||
this->markDirty();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue