mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Regression: Fixed external download manager option.
This commit is contained in:
parent
23613ab310
commit
642f42424e
@ -213,7 +213,7 @@ void DownloadManager::handleUnsupportedContent(QNetworkReply* reply, WebPage* pa
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!fromPageDownload && m_useExternalManager) {
|
if (fromPageDownload && m_useExternalManager) {
|
||||||
startExternalManager(reply->url());
|
startExternalManager(reply->url());
|
||||||
reply->abort();
|
reply->abort();
|
||||||
reply->deleteLater();
|
reply->deleteLater();
|
||||||
|
Loading…
Reference in New Issue
Block a user