mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
fix: Crash when not making a valid selection in provider load interfaces
This commit is contained in:
@@ -51,7 +51,7 @@ namespace hex::plugin::windows {
|
||||
|
||||
[[nodiscard]] bool hasLoadInterface() const override { return true; }
|
||||
[[nodiscard]] bool hasInterface() const override { return true; }
|
||||
void drawLoadInterface() override;
|
||||
bool drawLoadInterface() override;
|
||||
void drawInterface() override;
|
||||
|
||||
void loadSettings(const nlohmann::json &) override {}
|
||||
|
||||
Reference in New Issue
Block a user