Fixed double backspace action in launcher

This commit is contained in:
Thomas Jentzsch 2021-12-12 09:09:45 +01:00
parent e3f7979fd9
commit 1aa11150c6
1 changed files with 2 additions and 1 deletions

View File

@ -327,7 +327,8 @@ void FileListWidget::handleCommand(CommandSender* sender, int cmd, int data, int
{
case ListWidget::kParentDirCmd:
selectParent();
break;
// Do not let the boss know
return;
case ListWidget::kSelectionChangedCmd:
_selected = data;