mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-23 21:20:52 +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;
|
||||
if (rotationRateInt > 0) {
|
||||
rotationRate = QString::number(rotationRateInt);
|
||||
} else if (rotationRateInt == 0) {
|
||||
} else if (rotationRateInt == 0 || isNvme) {
|
||||
rotationRate = "---- (SSD)";
|
||||
} else {
|
||||
rotationRate = "----";
|
||||
|
||||
Reference in New Issue
Block a user