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. 2
      src/gui/addnewtorrentdialog.cpp

2
src/gui/addnewtorrentdialog.cpp

@ -991,10 +991,10 @@ void AddNewTorrentDialog::TMMChanged(int index) @@ -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…
Cancel
Save