GUI: implement instrument load replace
This commit is contained in:
parent
6aefd392ff
commit
99a313b684
6 changed files with 63 additions and 7 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue