mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] fix bug 65488
This commit is contained in:
@ -1017,7 +1017,7 @@ void CMainWindow::onDocumentDownload(void * info)
|
||||
m_pWidgetDownload->applyTheme(m_pMainPanel->property("uitheme").toString());
|
||||
m_pWidgetDownload->updateScalingFactor(m_dpiRatio);
|
||||
}
|
||||
if (m_pWidgetDownload)
|
||||
if (m_pWidgetDownload && !pData->get_FilePath().empty())
|
||||
m_pWidgetDownload->downloadProcess(info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user