mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Fix wrong closing brace position
Regression from 0086bf895806346e701cfe56f18fd0b5bdde41ab. PR #16172.
This commit is contained in:
parent
5d69334287
commit
1729b9f29c
@ -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…
x
Reference in New Issue
Block a user