mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue where changing the ROM art setting would not reload the gamelists.
This commit is contained in:
parent
1a746ac98f
commit
917d2a6fb1
|
@ -836,6 +836,7 @@ void GuiMenu::openOtherSettings()
|
|||
if (rom_dir_game_media->getState() != Settings::getInstance()->getBool("ROMDirGameMedia")) {
|
||||
Settings::getInstance()->setBool("ROMDirGameMedia", rom_dir_game_media->getState());
|
||||
s->setNeedsSaving();
|
||||
s->setNeedsReloading();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue