waver : add MT abbreviation

This commit is contained in:
Georgi Gerganov
2022-07-09 16:53:01 +03:00
parent a73f2fd9f9
commit cf7cc0ef43

View File

@@ -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: ");