This commit is contained in:
tildearrow 2024-01-26 00:48:55 -05:00
parent 8146405f88
commit 73f65d4721

View file

@ -433,7 +433,7 @@ void FurnaceGUI::drawDebug() {
ImGui::TreePop();
}
if (ImGui::TreeNode("MIDI Debug")) {
if (ImGui::Button("Enable Debug (go to log viewer")) {
if (ImGui::Button("Enable Debug (go to log viewer)")) {
e->setMidiDebug(true);
nextWindow=GUI_WINDOW_LOG;
}