Merge pull request #1547 from asoftbird/develop

[UI] StatViewer: fix displayed unit
This commit is contained in:
Fabien Castan 2021-10-18 14:13:12 +02:00 committed by GitHub
commit 520efa98c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -398,7 +398,7 @@ Item {
titleColor: textColor
visible: (root.fileVersion > 0.0) // only visible if we have valid information
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "Hz"
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "MHz"
ValueAxis {
id: valueCpuY