Skip to content

Commit

Permalink
waver : add MT abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 9, 2022
1 parent a73f2fd commit cf7cc0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/waver/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,12 @@ void renderMain() {
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
ImGui::TextDisabled("[DT] = dual-tone");
}
{
auto posSave = ImGui::GetCursorScreenPos();
ImGui::Text("%s", "");
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
ImGui::TextDisabled("[MT] = mono-tone");
}
{
auto posSave = ImGui::GetCursorScreenPos();
ImGui::Text("Tx Protocol: ");
Expand Down

0 comments on commit cf7cc0e

Please sign in to comment.