mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +00:00
patch_manager: fix success message
This commit is contained in:
parent
570eee3202
commit
1d04f14a53
1 changed files with 3 additions and 2 deletions
|
@ -962,6 +962,9 @@ bool patch_manager_dialog::handle_json(const QByteArray& data)
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
|
|
||||||
|
patch_log.success("Successfully downloaded latest patch file");
|
||||||
|
QMessageBox::information(this, tr("Download successful"), tr("Your patch file is now up to date"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -969,7 +972,5 @@ bool patch_manager_dialog::handle_json(const QByteArray& data)
|
||||||
QMessageBox::critical(this, tr("Validation failed"), tr("Errors were found in the downloaded patch file.\n\nLog:\n%0").arg(QString::fromStdString(log_message.str())));
|
QMessageBox::critical(this, tr("Validation failed"), tr("Errors were found in the downloaded patch file.\n\nLog:\n%0").arg(QString::fromStdString(log_message.str())));
|
||||||
}
|
}
|
||||||
|
|
||||||
patch_log.success("Successfully downloaded latest patch file");
|
|
||||||
QMessageBox::information(this, tr("Download successful"), tr("Your patch file is now up to date"));
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue