mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Crash when not making a valid selection in provider load interfaces
This commit is contained in:
@@ -243,7 +243,8 @@ namespace hex::prv {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Provider::drawLoadInterface() {
|
||||
bool Provider::drawLoadInterface() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void Provider::drawInterface() {
|
||||
|
||||
Reference in New Issue
Block a user