Browse Source

Don't revert save path value in the Dialog when metadata are received. Closes #5482.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
4128f01aa8
  1. 1
      src/gui/addnewtorrentdialog.cpp

1
src/gui/addnewtorrentdialog.cpp

@ -689,7 +689,6 @@ void AddNewTorrentDialog::updateMetadata(const BitTorrent::TorrentInfo &info) @@ -689,7 +689,6 @@ void AddNewTorrentDialog::updateMetadata(const BitTorrent::TorrentInfo &info)
// Update UI
setupTreeview();
TMMChanged(ui->comboTTM->currentIndex());
setMetadataProgressIndicator(false, tr("Metadata retrieval complete"));
}

Loading…
Cancel
Save