Ref T730, style

This commit is contained in:
Klaus Basan
2019-09-29 15:37:59 +02:00
committed by Mat Sutcliffe
parent c1470f6069
commit bde7baf84d
10 changed files with 44 additions and 30 deletions

View File

@@ -196,10 +196,10 @@ namespace BlackGui
const bool com2Tx = com2Enabled && client->isTransmittingdComUnit(CComSystem::Com2);
// we do not have receiving
const bool com1Rec = com1Enabled;
const bool com2Rec = com2Enabled;
const bool com1Rx = com1Enabled;
const bool com2Rx = com2Enabled;
this->setTransmitReceiveInUi(com1Tx, com1Rec, com2Tx, com2Rec);
this->setTransmitReceiveInUi(com1Tx, com1Rx, com2Tx, com2Rx);
}
void CAudioDeviceVolumeSetupComponent::reloadSettings()