mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-29 08:00:54 +03:00
Fix comp issue
This commit is contained in:
@@ -408,7 +408,7 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
|
||||
if (temperatureInt > 0) {
|
||||
temperatureValue->setText("<html><head/><body><p><span style='" + labelStyle +"'>" + QString::number(temperatureInt) + " °C</span></p></body></html>");
|
||||
} else {
|
||||
temperatureValue->setText("<html><head/><body><p><span style='" + labelStyle +"'>" + temperature + "</span></p></body></html>");
|
||||
temperatureValue->setText("<html><head/><body><p><span style='" + labelStyle +"'>" + "-- °C" + "</span></p></body></html>");
|
||||
}
|
||||
|
||||
temperatureValue->setAlignment(Qt::AlignCenter);
|
||||
|
||||
Reference in New Issue
Block a user