mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fix ApiServerConnection::postNoResponse
This commit is contained in:
committed by
Mat Sutcliffe
parent
acb5b11966
commit
44146353a6
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user