Skip to content

Commit

Permalink
Fix wrong closing brace position
Browse files Browse the repository at this point in the history
Regression from 0086bf8.
PR #16172.
  • Loading branch information
thalieht authored Jan 20, 2022
1 parent 5d69334 commit 1729b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/transferlistwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,9 @@ void TransferListWidget::displayListMenu(const QPoint &)
? (prioritizeFirstLast ? Qt::Checked : Qt::Unchecked)
: Qt::PartiallyChecked);
listMenu->addAction(actionFirstLastPiecePrio);
}

addedPreviewAction = true;
}

if (addedPreviewAction)
listMenu->addSeparator();
Expand Down

0 comments on commit 1729b9f

Please sign in to comment.