1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

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

This commit is contained in:
Christophe Dumez 2011-10-02 19:10:48 +03:00
parent 252d2009cd
commit 1e75fa9086

View File

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