impr: Clean up hashes view

This commit is contained in:
WerWolv
2025-08-28 21:22:47 +02:00
parent 1e8a005d0e
commit 704af30421
2 changed files with 36 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ namespace hex::plugin::hashes {
bool importHashes(prv::Provider *provider, const nlohmann::json &json);
bool exportHashes(prv::Provider *provider, nlohmann::json &json);
void drawAddHashPopup();
private:
ContentRegistry::Hashes::Hash *m_selectedHash = nullptr;
std::string m_newHashName;