mirror of https://github.com/stella-emu/stella.git
fixed #1047
This commit is contained in:
parent
594380b2f9
commit
c9311529cb
|
@ -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