mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 10:22:42 +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:
@@ -268,6 +268,7 @@ bool Configuration::importCurrentLayout(std::string folder, std::string file, bo
|
||||
break;
|
||||
}
|
||||
else{
|
||||
index = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user