mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 09:48:51 +01:00
BUG correction: trap when idx theme out of bounds when not found in menumode
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
115641c0e9
commit
21ff820179
@ -268,6 +268,7 @@ bool Configuration::importCurrentLayout(std::string folder, std::string file, bo
|
||||
break;
|
||||
}
|
||||
else{
|
||||
index = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user