change pretty product name to product type for api payload
This commit is contained in:
parent
2254bfc128
commit
871aced1d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue