From 994be53ae41eb19abd76a7b431974bb7a79ba33a Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Fri, 1 Oct 2021 02:12:18 +0200 Subject: [PATCH] Update GUIThread.cpp --- source/Core/Threads/GUIThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/Threads/GUIThread.cpp b/source/Core/Threads/GUIThread.cpp index ad8a7040..fcdabfc3 100644 --- a/source/Core/Threads/GUIThread.cpp +++ b/source/Core/Threads/GUIThread.cpp @@ -913,7 +913,7 @@ void startGUITask(void const *argument) { OLED::setCursor(0, 0); if (getSettingValue(SettingsOptions::DetailedIDLE)) { if (isTipDisconnected()) { - OLED::print(translatedString(Tr->TipDisconnectedString), FontStyle::SMALL); + OLED::drawArea(0, 0, 41, 16, disconnectedTipIcon); } else { if (!(getSettingValue(SettingsOptions::CoolingTempBlink) && (tipTemp > 55) && (xTaskGetTickCount() % 1000 < 300))) // Blink temp if setting enable and temp < 55°