Updater: Properly display error messages

This commit is contained in:
TellowKrinkle 2022-12-11 14:01:58 -06:00 committed by refractionpcsx2
parent 636e0de5aa
commit ef70aa410e
1 changed files with 1 additions and 0 deletions

View File

@ -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)