Skip to content

Commit 3961680

Browse files
committed
[SGU] SGU_ON_MCU
1 parent 18ff48d commit 3961680

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/ui_sgu1.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ static void _ui_sgu1_draw_state(ui_sgu1_t* win) {
273273
ui_util_b8("", su->chan[i].flags1);
274274
ImGui::TableNextColumn();
275275
}
276-
ImGui::Text(" KEY");
276+
ImGui::Text(" GATE");
277277
ImGui::TableNextColumn();
278278
for (int i = 0; i < SGU_CHNS; i++) {
279279
ImGui::PushID(i);

0 commit comments

Comments
 (0)