mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Adding "Save path" column
because it's useful when moving files It's the same path as in properties because that's consistent
This commit is contained in:
parent
4f667c6e7d
commit
d1c3a07ba6
6 changed files with 22 additions and 13 deletions
|
@ -123,6 +123,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||
setColumnHidden(TorrentModelItem::TR_AMOUNT_UPLOADED, true);
|
||||
setColumnHidden(TorrentModelItem::TR_AMOUNT_LEFT, true);
|
||||
setColumnHidden(TorrentModelItem::TR_TIME_ELAPSED, true);
|
||||
setColumnHidden(TorrentModelItem::TR_SAVE_PATH, true);
|
||||
}
|
||||
|
||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue