mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix display of priority column when the queueing system is enabled
This commit is contained in:
parent
24df142b02
commit
44fa7388d5
2 changed files with 3 additions and 2 deletions
|
@ -865,6 +865,7 @@ void TransferListWidget::copySelectedMagnetURIs() const {
|
|||
}
|
||||
|
||||
void TransferListWidget::hidePriorityColumn(bool hide) {
|
||||
qDebug("hidePriorityColumn(%d)", hide);
|
||||
setColumnHidden(TR_PRIORITY, hide);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue