mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T730, do NOT play own PTT, AFV plays PTT
This commit is contained in:
committed by
Mat Sutcliffe
parent
bde7baf84d
commit
0aeeaa5aef
@@ -542,10 +542,14 @@ void SwiftGuiStd::displayNetworkSettings()
|
||||
|
||||
void SwiftGuiStd::onPttChanged(bool enabled)
|
||||
{
|
||||
Q_UNUSED(enabled)
|
||||
if (!sGui || !sGui->getIContextAudio()) { return; }
|
||||
|
||||
/** wit AFV no longer play
|
||||
sGui->getIContextAudio()->playNotification(
|
||||
enabled ? CNotificationSounds::PTTClickKeyDown : CNotificationSounds::PTTClickKeyUp,
|
||||
true);
|
||||
**/
|
||||
}
|
||||
|
||||
void SwiftGuiStd::displayDBusReconnectDialog()
|
||||
|
||||
Reference in New Issue
Block a user