1
0
mirror of synced 2025-02-17 18:59:21 +01:00

fix: Constants store page not getting cleared on reload

Fixes #290
This commit is contained in:
WerWolv 2021-09-10 21:16:08 +02:00
parent f96e529230
commit 5c304c002b

View File

@ -118,6 +118,7 @@ namespace hex {
this->m_patterns.clear();
this->m_includes.clear();
this->m_magics.clear();
this->m_constants.clear();
this->m_apiRequest = this->m_net.getString(ImHexApiURL + "/store"s);
}