diff --git a/mainwindow.cpp b/mainwindow.cpp index 529cc54..88dc70a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -408,7 +408,7 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal if (temperatureInt > 0) { temperatureValue->setText("

" + QString::number(temperatureInt) + " °C

"); } else { - temperatureValue->setText("

" + temperature + "

"); + temperatureValue->setText("

" + "-- °C" + "

"); } temperatureValue->setAlignment(Qt::AlignCenter);