mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-18 23:31:29 +03:00
Nvme is always solid
This commit is contained in:
@@ -163,7 +163,7 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
|
|||||||
QString rotationRate;
|
QString rotationRate;
|
||||||
if (rotationRateInt > 0) {
|
if (rotationRateInt > 0) {
|
||||||
rotationRate = QString::number(rotationRateInt);
|
rotationRate = QString::number(rotationRateInt);
|
||||||
} else if (rotationRateInt == 0) {
|
} else if (rotationRateInt == 0 || isNvme) {
|
||||||
rotationRate = "---- (SSD)";
|
rotationRate = "---- (SSD)";
|
||||||
} else {
|
} else {
|
||||||
rotationRate = "----";
|
rotationRate = "----";
|
||||||
|
|||||||
Reference in New Issue
Block a user