1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +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 */
if (requiredSpeakerVolume == 0)
if (requiredSpeakerVolume == 0 || g_eeGeneral.beepMode == e_mode_quiet)
LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER0);
else if (requiredSpeakerVolume < 10)
LCD_ICON(BAR_VOLUME_X, BAR_Y, ICON_SPEAKER1);