GUI: change sample add icon to new

This commit is contained in:
tildearrow 2022-04-02 18:21:29 -05:00
parent ffb536846b
commit 6c732a1891
1 changed files with 1 additions and 1 deletions

View File

@ -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();