mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Fix wrong closing brace position
Regression from 0086bf8958
.
PR #16172.
This commit is contained in:
parent
5d69334287
commit
1729b9f29c
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue