mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 04:45:00 +00:00
parent
d1e88c40d8
commit
0f8bd509b2
32 changed files with 1447 additions and 1438 deletions
|
@ -70,8 +70,11 @@ void CheckUpdate::CheckForUpdates(const bool showMessage) {
|
|||
if (reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() == 403) {
|
||||
QString response = reply->readAll();
|
||||
if (response.startsWith("{\"message\":\"API rate limit exceeded for")) {
|
||||
QMessageBox::warning(this, tr("Auto Updater"),
|
||||
tr("Error_Github_limit_MSG").replace("\\n", "\n"));
|
||||
QMessageBox::warning(
|
||||
this, tr("Auto Updater"),
|
||||
// clang-format off
|
||||
tr("The Auto Updater allows up to 60 update checks per hour.\\nYou have reached this limit. Please try again later.").replace("\\n", "\n"));
|
||||
// clang-format on
|
||||
} else {
|
||||
QMessageBox::warning(
|
||||
this, tr("Error"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue