GUI: disable TX81Z send option

it is not implemented
This commit is contained in:
tildearrow 2023-09-08 05:31:27 -05:00
parent 5209074c97
commit 1091c7f64c

View file

@ -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: {