mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Disable "Set as default save path" checkbox for magnet links
This commit is contained in:
parent
252d2009cd
commit
1e75fa9086
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ void torrentAdditionDialog::hideTorrentContent() {
|
||||||
void torrentAdditionDialog::showLoadMagnetURI(QString magnet_uri) {
|
void torrentAdditionDialog::showLoadMagnetURI(QString magnet_uri) {
|
||||||
is_magnet = true;
|
is_magnet = true;
|
||||||
this->from_url = magnet_uri;
|
this->from_url = magnet_uri;
|
||||||
|
checkLastFolder->setEnabled(false);
|
||||||
|
|
||||||
// Disable Save path combox and browse button
|
// Disable Save path combox and browse button
|
||||||
// Save path should be default for magnet links
|
// Save path should be default for magnet links
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue