mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Fix "Free space on disk" in new torrent dialog
Always initialize it.
This commit is contained in:
parent
78d69bcbf0
commit
a8ad4f784a
@ -991,10 +991,10 @@ void AddNewTorrentDialog::TMMChanged(int index)
|
||||
|
||||
m_ui->groupBoxDownloadPath->blockSignals(true);
|
||||
m_ui->groupBoxDownloadPath->setChecked(!downloadPath.isEmpty());
|
||||
}
|
||||
|
||||
updateDiskSpaceLabel();
|
||||
}
|
||||
}
|
||||
|
||||
void AddNewTorrentDialog::doNotDeleteTorrentClicked(bool checked)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user