mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
fixup! Ref T659, network details component for FSD/voice setu
This commit is contained in:
committed by
Mat Sutcliffe
parent
47a56c2c94
commit
56e516dbcf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user