mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Merge pull request #1814 from innermous/patch-whitespace
Fix decoding special characters in download dialog
This commit is contained in:
commit
278299fe2a
@ -214,6 +214,7 @@ void DownloadManager::download(QWebEngineDownloadItem *downloadItem)
|
|||||||
bool openFile = false;
|
bool openFile = false;
|
||||||
|
|
||||||
QString fileName = QFileInfo(downloadItem->path()).fileName();
|
QString fileName = QFileInfo(downloadItem->path()).fileName();
|
||||||
|
fileName = QUrl::fromPercentEncoding(fileName.toUtf8());
|
||||||
|
|
||||||
if (m_downloadPath.isEmpty()) {
|
if (m_downloadPath.isEmpty()) {
|
||||||
// Ask what to do
|
// Ask what to do
|
||||||
|
Loading…
Reference in New Issue
Block a user