fix: Search button in numeric find option being active by default

This commit is contained in:
WerWolv 2023-05-13 17:51:16 +02:00
parent d00fae03a9
commit f40b5d9811
1 changed files with 3 additions and 0 deletions

View File

@ -776,6 +776,9 @@ namespace hex::plugin::builtin {
this->m_settingsValid = minValid && maxValid && minSize == maxSize;
}
if (settings.inputMin.empty())
this->m_settingsValid = false;
ImGui::EndTabItem();
}