mirror of https://github.com/stella-emu/stella.git
fixed #1047
This commit is contained in:
parent
f30842061b
commit
810d587a9b
|
@ -1017,6 +1017,10 @@ void LauncherDialog::handleCommand(CommandSender* sender, int cmd,
|
|||
loadRandomRom();
|
||||
break;
|
||||
|
||||
case ListWidget::kParentDirCmd:
|
||||
myList->sendCommand(ListWidget::kParentDirCmd, 0, 0);
|
||||
break;
|
||||
|
||||
case kOptionsCmd:
|
||||
openSettings();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue