added help anchor to LauncherDialog

This commit is contained in:
thrust26 2021-04-17 21:33:59 +02:00
parent 6b812c059b
commit c68871ec68
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,8 @@ LauncherDialog::LauncherDialog(OSystem& osystem, DialogContainer& parent,
showOnlyROMs(onlyROMs);
if(myAllFiles)
myAllFiles->setState(!onlyROMs);
setHelpAnchor("ROMInfo");
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -