fixup! Ref T659, network details component for FSD/voice setu

This commit is contained in:
Klaus Basan
2019-08-06 11:32:48 +02:00
committed by Mat Sutcliffe
parent 47a56c2c94
commit 56e516dbcf

View File

@@ -84,7 +84,8 @@ namespace BlackGui
bool CNetworkDetailsComponent::isVatsimServerSelected() const
{
return ui->tw_Details->currentWidget() == ui->tb_NetworkVatsim;
const bool vatsim = ui->tw_Network->currentWidget() == ui->tb_NetworkVatsim;
return vatsim;
}
bool CNetworkDetailsComponent::isOtherServerSelected() const