1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00
This commit is contained in:
bsongis 2014-07-31 11:26:05 +02:00
parent 8d6a7c9495
commit 1b2efd1121

View file

@ -306,7 +306,7 @@ void displayTopBar()
} }
/* Audio volume */ /* Audio volume */
if (requiredSpeakerVolume == 0) if (requiredSpeakerVolume == 0 || g_eeGeneral.beepMode == e_mode_quiet)
LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER0); LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER0);
else if (requiredSpeakerVolume < 10) else if (requiredSpeakerVolume < 10)
LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER1); LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER1);