mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 21:37:50 +02:00
Switched to ImGui::TextUnfort
This commit is contained in:
@ -449,8 +449,8 @@ namespace ImGui {
|
||||
ImGui::Text("SNR: %0.1fdB", snr);
|
||||
}
|
||||
else {
|
||||
ImGui::Text("Strength: ---.-dBFS");
|
||||
ImGui::Text("SNR: ---.-dB");
|
||||
ImGui::TextUnformatted("Strength: ---.-dBFS");
|
||||
ImGui::TextUnformatted("SNR: ---.-dB");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user