mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Log.category for FSD and minor style changes
This commit is contained in:
committed by
Mat Sutcliffe
parent
0777d048c6
commit
f8e8318902
@@ -52,7 +52,10 @@ namespace BlackGui
|
||||
sGui->getCContextAudioBase()->afvClient()->startAudio();
|
||||
if (sGui->getIContextNetwork()->isConnected())
|
||||
{
|
||||
sGui->getCContextAudioBase()->connectAudioWithNetworkCredentials();
|
||||
const bool connected = sGui->getCContextAudioBase()->connectAudioWithNetworkCredentials();
|
||||
Q_UNUSED(connected)
|
||||
|
||||
// one reason for not connecting is NOT using the VATSIM ecosystem
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user