mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Advanced data information not showing up correctly
This commit is contained in:
@@ -57,7 +57,7 @@ namespace hex::plugin::yara {
|
||||
}
|
||||
|
||||
void drawContent() override {
|
||||
const auto empty = std::ranges::any_of(m_categories, [](const auto &entry) {
|
||||
const auto empty = !std::ranges::any_of(m_categories, [](const auto &entry) {
|
||||
const auto &[categoryName, category] = entry;
|
||||
return !category.matchedRules.empty();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user