From 0f2f11a056d336cce1e574ad02986d87e98a632c Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 28 Oct 2023 19:15:32 -0500 Subject: [PATCH] GUI: custom icons for ADSR/LFO macro types --- src/gui/insEdit.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 731211722..0833093dc 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -23,6 +23,7 @@ #include "imgui_internal.h" #include "../engine/macroInt.h" #include "IconsFontAwesome4.h" +#include "furIcons.h" #include "misc/cpp/imgui_stdlib.h" #include "guiConst.h" #include "intConst.h" @@ -211,8 +212,8 @@ enum FMParams { const char* macroTypeLabels[4]={ ICON_FA_BAR_CHART "##IMacroType", - ICON_FA_AREA_CHART "##IMacroType", - ICON_FA_LINE_CHART "##IMacroType", + ICON_FUR_ADSR "##IMacroType", + ICON_FUR_TRI "##IMacroType", ICON_FA_SIGN_OUT "##IMacroType" };