Update StatViewer.qml

This commit is contained in:
asoftbird 2021-10-07 10:54:59 +02:00 committed by GitHub
parent 1c66c6d9ab
commit 0d61ebd5f1
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