Skip to content

Commit

Permalink
fixed #1047
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Oct 17, 2024
1 parent f308420 commit 810d587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/LauncherDialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 810d587

Please sign in to comment.