[AFV] Do not show audio LED on if audio is disabled

This commit is contained in:
Klaus Basan
2020-01-10 01:26:21 +01:00
parent 8c5fe89f6c
commit c88b05a734
2 changed files with 13 additions and 9 deletions

View File

@@ -67,6 +67,9 @@ namespace BlackGui
BlackMisc::CDigestSignal m_dsResize { this, &CInfoBarStatusComponent::adjustTextSize, 1000, 50 };
//! Audio available and NOT muted
static bool isAudioAvailableAndNotMuted();
//! Init the LEDs
void initLeds();