mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Multiple issues with provider load interfaces not working
This commit is contained in:
@@ -17,6 +17,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
ImVec2 getMinSize() const override { return { -1, -1 }; }
|
||||
ImVec2 getMaxSize() const override { return this->getMinSize(); }
|
||||
ImGuiWindowFlags getWindowFlags() const override { return ImGuiWindowFlags_AlwaysAutoResize; }
|
||||
|
||||
bool hasCloseButton() const override {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user