mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
[AFV] Ref T730, changed/added settings for AFV and allow still to use old swift notifications
This commit is contained in:
@@ -164,8 +164,8 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
const CSettings s = m_audioSettings.get();
|
||||
m_doClickWhenAppropriate = s.pttClickDown();
|
||||
m_doBlockWhenAppropriate = s.pttBlocked();
|
||||
m_doClickWhenAppropriate = s.afvClicked();
|
||||
m_doBlockWhenAppropriate = s.afvBlocked();
|
||||
}
|
||||
|
||||
void CReceiverSampleProvider::addSilentSamples(const IAudioDto &audioDto, uint frequency, float distanceRatio)
|
||||
|
||||
Reference in New Issue
Block a user