Fix "Free space on disk" in new torrent dialog

Always initialize it.
This commit is contained in:
thalieht 2022-01-30 18:39:56 +02:00
commit a8ad4f784a

View file

@ -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)