mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 21:26:30 +08:00
waver : add MT abbreviation
This commit is contained in:
@@ -1131,6 +1131,12 @@ void renderMain() {
|
|||||||
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
|
ImGui::SetCursorScreenPos({ posSave.x + kLabelWidth, posSave.y });
|
||||||
ImGui::TextDisabled("[DT] = dual-tone");
|
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();
|
auto posSave = ImGui::GetCursorScreenPos();
|
||||||
ImGui::Text("Tx Protocol: ");
|
ImGui::Text("Tx Protocol: ");
|
||||||
|
|||||||
Reference in New Issue
Block a user