This commit is contained in:
thrust26 2024-10-20 09:59:25 +02:00
commit 62ca90a784
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ void LauncherDialog::handleCommand(CommandSender* sender, int cmd,
break;
case ListWidget::kParentDirCmd:
myList->sendCommand(ListWidget::kParentDirCmd, 0, 0);
myList->selectParent();
break;
case kOptionsCmd: