This commit is contained in:
thrust26 2024-10-17 15:48:16 +02:00
parent 594380b2f9
commit c9311529cb
1 changed files with 4 additions and 0 deletions

View File

@ -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;