Merge branch 'error_codes' of github.com:Trial97/PrismLauncher into error_codes

This commit is contained in:
Trial97 2023-11-23 23:20:27 +02:00
commit af628be648
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -136,7 +136,7 @@ bool XboxAuthorizationStep::processSTSError(QNetworkReply::NetworkError error, Q
return true; return true;
} }
case 2148916237: case 2148916237:
emit finished(AccountTaskState::STATE_FAILED_SOFT, tr("This Microsoft account has reached the its limit for playtime. This " emit finished(AccountTaskState::STATE_FAILED_SOFT, tr("This Microsoft account has reached its limit for playtime. This "
"Microsoft account has been blocked from logging in.")); "Microsoft account has been blocked from logging in."));
return true; return true;
case 2148916227: { case 2148916227: {