mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Fix "Free space on disk" in new torrent dialog
Always initialize it.
This commit is contained in:
committed by
Vladimir Golovnev
parent
6790335239
commit
80035a2520
@@ -964,9 +964,9 @@ void AddNewTorrentDialog::TMMChanged(int index)
|
|||||||
|
|
||||||
m_ui->groupBoxDownloadPath->blockSignals(true);
|
m_ui->groupBoxDownloadPath->blockSignals(true);
|
||||||
m_ui->groupBoxDownloadPath->setChecked(!downloadPath.isEmpty());
|
m_ui->groupBoxDownloadPath->setChecked(!downloadPath.isEmpty());
|
||||||
|
|
||||||
updateDiskSpaceLabel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateDiskSpaceLabel();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddNewTorrentDialog::doNotDeleteTorrentClicked(bool checked)
|
void AddNewTorrentDialog::doNotDeleteTorrentClicked(bool checked)
|
||||||
|
|||||||
Reference in New Issue
Block a user