mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Hide sections with an empty name
This commit is contained in:
@@ -480,6 +480,9 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (TRY_LOCK(ContentRegistry::PatternLanguage::getRuntimeLock())) {
|
||||
for (auto &[id, section] : sections) {
|
||||
if (section.name.empty())
|
||||
continue;
|
||||
|
||||
ImGui::PushID(id);
|
||||
|
||||
ImGui::TableNextRow();
|
||||
|
||||
Reference in New Issue
Block a user