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
1 changed files with 1 additions and 0 deletions

View File

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