fix: Crash when not making a valid selection in provider load interfaces

This commit is contained in:
WerWolv
2023-03-16 16:48:15 +01:00
parent 0312027ca8
commit 7cdba75bef
10 changed files with 20 additions and 11 deletions

View File

@@ -243,7 +243,8 @@ namespace hex::prv {
return false;
}
void Provider::drawLoadInterface() {
bool Provider::drawLoadInterface() {
return true;
}
void Provider::drawInterface() {