mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
change pretty product name to product type for api payload
This commit is contained in:
@@ -67,7 +67,7 @@ QJsonObject ApiController::fillApiPayload(const QString &protocol, const ApiCont
|
||||
obj[configKey::publicKey] = apiPayloadData.wireGuardClientPubKey;
|
||||
}
|
||||
|
||||
obj[configKey::osVersion] = QSysInfo::prettyProductName();
|
||||
obj[configKey::osVersion] = QSysInfo::productType();
|
||||
obj[configKey::appVersion] = QString(APP_VERSION);
|
||||
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user