From 256f1d251a8cad7e9105ffad3339d9a5463eedfb Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 24 Apr 2024 22:59:27 -0500 Subject: [PATCH] GUI: add missing TED ins color setting --- src/gui/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index fb6dcfebd..c071a221b 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -3743,6 +3743,7 @@ void FurnaceGUI::drawSettings() { UI_COLOR_CONFIG(GUI_COLOR_INSTR_SM8521,"SM8521"); UI_COLOR_CONFIG(GUI_COLOR_INSTR_PV1000,"PV-1000"); UI_COLOR_CONFIG(GUI_COLOR_INSTR_K053260,"K053260"); + UI_COLOR_CONFIG(GUI_COLOR_INSTR_TED,"TED"); UI_COLOR_CONFIG(GUI_COLOR_INSTR_C140,"C140"); UI_COLOR_CONFIG(GUI_COLOR_INSTR_C219,"C219"); UI_COLOR_CONFIG(GUI_COLOR_INSTR_ESFM,"ESFM");