mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Add availability column to torrent properties window
This commit is contained in:
parent
bc18bf1ab4
commit
5c10a24923
6 changed files with 21 additions and 2 deletions
|
@ -493,6 +493,7 @@ void PropertiesWidget::loadDynamicData()
|
|||
qDebug("Updating priorities in files tab");
|
||||
m_ui->filesList->setUpdatesEnabled(false);
|
||||
PropListModel->model()->updateFilesProgress(m_torrent->filesProgress());
|
||||
PropListModel->model()->updateFilesAvailability(m_torrent->availableFileFractions());
|
||||
// XXX: We don't update file priorities regularly for performance
|
||||
// reasons. This means that priorities will not be updated if
|
||||
// set from the Web UI.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue