Fix ApiServerConnection::postNoResponse

This commit is contained in:
Roland Rossgotterer
2019-09-19 17:28:20 +02:00
committed by Mat Sutcliffe
parent acb5b11966
commit 44146353a6
3 changed files with 3 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ ApplicationWindow {
id: transceiver1
transceiverId: 0
onRxOnChanged: {
voiceClient.enableTransceiver(transceiverId, enabled)
voiceClient.enableTransceiver(transceiverId, rxOn)
}
}
@@ -202,7 +202,7 @@ ApplicationWindow {
transceiverId: 1
txOn: false
onRxOnChanged: {
voiceClient.enableTransceiver(transceiverId, enabled)
voiceClient.enableTransceiver(transceiverId, rxOn)
}
}