fix: Yara rules Add button not doing anything

This commit is contained in:
WerWolv 2023-12-29 10:41:25 +01:00
parent af63b42eaf
commit c3c9603ea1
1 changed files with 2 additions and 2 deletions

View File

@ -122,10 +122,10 @@ namespace hex::plugin::yara {
}
}
/*PopupFileChooser::open(basePaths, paths, std::vector<hex::fs::ItemFilter>{ { "Yara File", "yara" }, { "Yara File", "yar" } }, true,
ui::PopupFileChooser::open(basePaths, paths, std::vector<hex::fs::ItemFilter>{ { "Yara File", "yara" }, { "Yara File", "yar" } }, true,
[&](const auto &path) {
m_rules->push_back({ path.filename(), path });
});*/
});
}
ImGui::SameLine();