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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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;