Merge branch 'check_sudo_permissions' into checking_sudo_permissions

This commit is contained in:
lunardunno 2025-01-16 01:18:42 +04:00 committed by GitHub
commit 464aa4ceae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
186 changed files with 12061 additions and 9358 deletions

View file

@ -66,7 +66,8 @@ QString errorString(ErrorCode code) {
case (ErrorCode::ApiConfigTimeoutError): errorMessage = QObject::tr("Server response timeout on api request"); break;
case (ErrorCode::ApiMissingAgwPublicKey): errorMessage = QObject::tr("Missing AGW public key"); break;
case (ErrorCode::ApiConfigDecryptionError): errorMessage = QObject::tr("Failed to decrypt response payload"); break;
case (ErrorCode::ApiServicesMissingError): errorMessage = QObject::tr("Missing list of available services"); break;
// QFile errors
case(ErrorCode::OpenError): errorMessage = QObject::tr("QFile error: The file could not be opened"); break;
case(ErrorCode::ReadError): errorMessage = QObject::tr("QFile error: An error occurred when reading from the file"); break;