fix: Store page not clearing nodes and themes section correctly

This commit is contained in:
WerWolv 2023-03-17 17:55:39 +01:00
parent 031884c327
commit 294e95caf8
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ namespace hex::plugin::builtin {
this->m_constants.clear();
this->m_yara.clear();
this->m_encodings.clear();
this->m_nodes.clear();
this->m_themes.clear();
this->m_apiRequest = this->m_net.getString(ImHexApiURL + "/store"s, 30'0000);
}