Bugfix in mutescreen routine

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-19 21:15:42 +01:00
parent 1fb7d5a893
commit 0dc6044a57
2 changed files with 6 additions and 6 deletions

View File

@@ -1007,7 +1007,7 @@ void GetData() {
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
if (afscreen && !screenmute) ShowAFEON();
if (!afscreen) {
ShowErrors();
if (!screenmute) ShowErrors();
showPTY();
showECC();
showRadioText();