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:
uncor3
2025-11-03 12:36:59 +00:00
parent fa430efdcf
commit 2a86e3090d
17 changed files with 118 additions and 97 deletions
+2 -1
View File
@@ -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);
}