mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Fix "Free space on disk" in new torrent dialog
Always initialize it.
This commit is contained in:
parent
78d69bcbf0
commit
a8ad4f784a
1 changed files with 2 additions and 2 deletions
|
@ -991,9 +991,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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue