From eaf2c9d8a88ea32cd24b46a40bb4e5081186232f Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Tue, 23 Aug 2022 00:12:03 +0200 Subject: [PATCH] DTC-Icon-fix --- Software/src/webui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/webui.cpp b/Software/src/webui.cpp index dc00ebe..1893bbb 100644 --- a/Software/src/webui.cpp +++ b/Software/src/webui.cpp @@ -155,7 +155,7 @@ String processor(const String &var) temp = temp + "info"; break; } - temp = temp + "_black.png>"; + temp = temp + ".png>"; if (DTCStorage[i].active == DTC_ACTIVE) temp = temp + "active";