mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix wrong closing brace position
Regression from 0086bf8958.
PR #16172.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user