mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
small fix
This commit is contained in:
parent
6f8f817a74
commit
eb29cfc6d1
@ -138,7 +138,7 @@ DeviceDetails GetDeviceDetails() {
|
||||
d.hwid = QString("%1-%2").arg(QSysInfo::machineHostName(), QString::fromUtf8(productType));
|
||||
}
|
||||
|
||||
d.os = QStringLiteral("Windows ") + QSysInfo::productVersion();
|
||||
d.os = QStringLiteral("Windows");
|
||||
|
||||
VersionInfo info;
|
||||
WinVersion::GetVersion(info);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user