Skip to content

Commit cf7cc0e

Browse files
committed
waver : add MT abbreviation
1 parent a73f2fd commit cf7cc0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/waver/common.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,12 @@ void renderMain() {
11311131
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
11321132
ImGui::TextDisabled("[DT] = dual-tone");
11331133
}
1134+
{
1135+
auto posSave = ImGui::GetCursorScreenPos();
1136+
ImGui::Text("%s", "");
1137+
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
1138+
ImGui::TextDisabled("[MT] = mono-tone");
1139+
}
11341140
{
11351141
auto posSave = ImGui::GetCursorScreenPos();
11361142
ImGui::Text("Tx Protocol: ");

0 commit comments

Comments
 (0)