mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:47:42 +00:00
Various GUI logic fixes and improvements
This commit is contained in:
@@ -145,6 +145,9 @@ void DownloadManager::binaryError(QNetworkReply::NetworkError error)
|
||||
|
||||
if (m_progBar)
|
||||
m_progBar->setEnabled(false);
|
||||
|
||||
if (m_failedHandler)
|
||||
m_failedHandler(m_outPath);
|
||||
}
|
||||
|
||||
void DownloadManager::binaryValidateCert()
|
||||
|
||||
Reference in New Issue
Block a user