mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix using external download manager with use defined location setting.
Closes #984
This commit is contained in:
parent
e75248a335
commit
f098f1e1d1
|
@ -107,6 +107,9 @@ void DownloadFileHelper::handleUnsupportedContent(QNetworkReply* reply, const Do
|
|||
else if (info.forceChoosingPath) {
|
||||
optionsDialogAccepted(4);
|
||||
}
|
||||
else if (m_manager->useExternalManager()) {
|
||||
optionsDialogAccepted(3);
|
||||
}
|
||||
else {
|
||||
optionsDialogAccepted(2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user