mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
bug fixes
- update app icon fetching to use QNetworkAccessManager - fix App icon label dangling pointer - check updates if autocheckupdates is enabled
This commit is contained in:
@@ -83,6 +83,7 @@ void AppDownloadDialog::onDownloadClicked()
|
||||
int buttonIndex = m_layout->indexOf(m_actionButton);
|
||||
layout()->removeWidget(m_actionButton);
|
||||
m_actionButton->deleteLater();
|
||||
|
||||
qDebug() << "Starting download to" << m_outputDir;
|
||||
qDebug() << "Bundle ID:" << m_bundleId;
|
||||
startDownloadProcess(m_bundleId, m_outputDir, buttonIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user