mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
parent
a0691cb6a0
commit
5f6f0f7bd8
@ -245,6 +245,8 @@ void DownloadManager::download(QWebEngineDownloadItem *downloadItem)
|
||||
downloadItem->cancel();
|
||||
return;
|
||||
}
|
||||
} else if (m_useExternalManager) {
|
||||
startExternalManager(downloadItem->url());
|
||||
} else {
|
||||
downloadPath = QzTools::ensureUniqueFilename(m_downloadPath + QL1C('/') + fileName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user