Support LEXAR/SAMSUNG SSDs

This commit is contained in:
Spiros
2024-06-03 19:24:38 +03:00
parent 0b5325cf40
commit 4b2992009c

View File

@@ -337,6 +337,9 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
} else if (attrObj["name"] == "Media_Wearout_Indicator") {
int percentageUsed = attrObj["value"].toInt();
percentage = QString::number(percentageUsed) + " %";
} else if (attrObj["name"] == "Wear_Leveling_Count") {
int percentageUsed = attrObj["value"].toInt();
percentage = QString::number(percentageUsed) + " %";
}
}
} else {