mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix wrong closing brace position
Regression from 0086bf8958.
PR #16172.
This commit is contained in:
committed by
Vladimir Golovnev
parent
5ac858213b
commit
270e2023cd
@@ -1116,8 +1116,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