mirror of https://github.com/WerWolv/ImHex.git
fix: Yara rules Add button not doing anything
This commit is contained in:
parent
af63b42eaf
commit
c3c9603ea1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue