mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
GUI: disable TX81Z send option
it is not implemented
This commit is contained in:
parent
5209074c97
commit
1091c7f64c
1 changed files with 2 additions and 0 deletions
|
@ -2531,10 +2531,12 @@ void FurnaceGUI::drawInsEdit() {
|
|||
if (ImGui::Button("Request from TX81Z")) {
|
||||
doAction(GUI_ACTION_TX81Z_REQUEST);
|
||||
}
|
||||
/*
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Send to TX81Z")) {
|
||||
showError("Coming soon!");
|
||||
}
|
||||
*/
|
||||
break;
|
||||
case DIV_INS_OPL:
|
||||
case DIV_INS_OPL_DRUMS: {
|
||||
|
|
Loading…
Reference in a new issue