mirror of https://github.com/PCSX2/pcsx2.git
Updater: Properly display error messages
This commit is contained in:
parent
636e0de5aa
commit
ef70aa410e
|
@ -414,6 +414,7 @@ void AutoUpdaterDialog::getChangesComplete(QNetworkReply* reply)
|
|||
|
||||
void AutoUpdaterDialog::downloadUpdateClicked()
|
||||
{
|
||||
m_display_messages = true;
|
||||
QUrl url(m_download_url);
|
||||
QNetworkRequest request(url);
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
|
|
Loading…
Reference in New Issue