Browse Source

Disable "Set as default save path" checkbox for magnet links

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
1e75fa9086
  1. 1
      src/torrentadditiondlg.cpp

1
src/torrentadditiondlg.cpp

@ -199,6 +199,7 @@ void torrentAdditionDialog::hideTorrentContent() { @@ -199,6 +199,7 @@ void torrentAdditionDialog::hideTorrentContent() {
void torrentAdditionDialog::showLoadMagnetURI(QString magnet_uri) {
is_magnet = true;
this->from_url = magnet_uri;
checkLastFolder->setEnabled(false);
// Disable Save path combox and browse button
// Save path should be default for magnet links

Loading…
Cancel
Save