Add availability column to torrent properties window

This commit is contained in:
Eugene Shalygin
2016-03-22 19:41:43 +01:00
parent bc18bf1ab4
commit 5c10a24923
6 changed files with 21 additions and 2 deletions

View File

@@ -737,6 +737,7 @@ void AddNewTorrentDialog::setupTreeview()
// Hide useless columns after loading the header state
ui->contentTreeView->hideColumn(PROGRESS);
ui->contentTreeView->hideColumn(REMAINING);
ui->contentTreeView->hideColumn(AVAILABILITY);
// Expand root folder
ui->contentTreeView->setExpanded(m_contentModel->index(0, 0), true);