GUI: implement instrument load replace

This commit is contained in:
tildearrow 2022-05-04 22:55:11 -05:00
parent 6aefd392ff
commit 99a313b684
6 changed files with 63 additions and 7 deletions

View file

@ -1378,7 +1378,7 @@ void FurnaceGUI::drawInsEdit() {
ImGui::TableNextColumn();
// TODO: load replace
if (ImGui::Button(ICON_FA_FOLDER_OPEN "##IELoad")) {
doAction(GUI_ACTION_INS_LIST_OPEN);
doAction(GUI_ACTION_INS_LIST_OPEN_REPLACE);
}
ImGui::SameLine();
if (ImGui::Button(ICON_FA_FLOPPY_O "##IESave")) {