mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
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:
committed by
Mat Sutcliffe
parent
24bc57ac32
commit
6fc3d55d9a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user