From 6c732a1891baa6d7a5d144ffb53f2d03443f708c Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 2 Apr 2022 18:21:29 -0500 Subject: [PATCH] GUI: change sample add icon to new --- src/gui/dataList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 648abbd8..9557cc57 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -286,7 +286,7 @@ void FurnaceGUI::drawSampleList() { } if (!sampleListOpen) return; if (ImGui::Begin("Samples",&sampleListOpen)) { - if (ImGui::Button(ICON_FA_PLUS "##SampleAdd")) { + if (ImGui::Button(ICON_FA_FILE "##SampleAdd")) { doAction(GUI_ACTION_SAMPLE_LIST_ADD); } ImGui::SameLine();