GUI: custom icons for ADSR/LFO macro types

This commit is contained in:
tildearrow 2023-10-28 19:15:32 -05:00
parent f03996ebd2
commit 0f2f11a056

View file

@ -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"
};