impr: Allow Accept Pattern popup to be closed with Escape
This commit is contained in:
parent
07ffd21c5a
commit
b644020e0f
@ -86,6 +86,9 @@ namespace hex::plugin::builtin {
|
||||
this->close();
|
||||
}
|
||||
);
|
||||
|
||||
if (ImGui::IsKeyPressed(ImGuiKey_Escape))
|
||||
this->close();
|
||||
}
|
||||
|
||||
[[nodiscard]] ImGuiWindowFlags getFlags() const override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user