mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #371 Replace COM based volume methods by global output volume
This commit is contained in:
committed by
Klaus Basan
parent
1587b4791a
commit
77e0165e9a
@@ -117,7 +117,7 @@ namespace BlackGui
|
||||
}
|
||||
else if (senderButton == this->ui->pb_SoundMaxVolume && this->getIContextAudio())
|
||||
{
|
||||
this->getIContextAudio()->setVolumes(100, 100);
|
||||
this->getIContextAudio()->setVoiceOutputVolume(100);
|
||||
}
|
||||
else if (senderButton == this->ui->pb_SoundMute && this->getIContextAudio())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user