Fixed mute handling and audio LED

* AFV client has own "changedMute" signal
* unmute if started/stopped AFC client
* in statusbar also check audio start/stop to refresh LEDs
* see https://discordapp.com/channels/539048679160676382/539486309882789888/713491666971000872
This commit is contained in:
Klaus Basan
2020-05-23 01:18:59 +02:00
committed by Mat Sutcliffe
parent 24bc57ac32
commit 6fc3d55d9a
5 changed files with 56 additions and 17 deletions

View File

@@ -313,6 +313,9 @@ namespace BlackCore
//! Audio has been stopped
void stoppedAudio();
//! Mute changed
void changedMute(bool muted);
protected:
//! \copydoc BlackMisc::CContinuousWorker::initialize
virtual void initialize() override;