1
0
mirror of synced 2024-11-25 00:00:27 +01:00

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

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);
}