Browse Source

Fix "Free space on disk" in new torrent dialog

Always initialize it.
adaptive-webui-19844
thalieht 3 years ago
parent
commit
a8ad4f784a
  1. 4
      src/gui/addnewtorrentdialog.cpp

4
src/gui/addnewtorrentdialog.cpp

@ -991,9 +991,9 @@ void AddNewTorrentDialog::TMMChanged(int index) @@ -991,9 +991,9 @@ void AddNewTorrentDialog::TMMChanged(int index)
m_ui->groupBoxDownloadPath->blockSignals(true);
m_ui->groupBoxDownloadPath->setChecked(!downloadPath.isEmpty());
updateDiskSpaceLabel();
}
updateDiskSpaceLabel();
}
void AddNewTorrentDialog::doNotDeleteTorrentClicked(bool checked)

Loading…
Cancel
Save