mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T430, follow ups of FG integration fixing wrong distributor handling
* fixing a bug where the radio button and check box names got mixed * removed code for FG disabling * style Backend T576
This commit is contained in:
committed by
Mat Sutcliffe
parent
cdca20abe9
commit
3988fbdb32
@@ -325,7 +325,7 @@ namespace BlackGui
|
||||
}
|
||||
menuActions.addAction(m_loadActions[3], CMenuAction::pathSimulator());
|
||||
}
|
||||
if (CBuildConfig::supportFlightGear() && sims.isFG())
|
||||
if (sims.isFG())
|
||||
{
|
||||
if (!m_loadActions[4])
|
||||
{
|
||||
@@ -458,7 +458,7 @@ namespace BlackGui
|
||||
menuActions.addAction(m_reloadActions[7], CMenuAction::pathSimulatorModelsReload());
|
||||
}
|
||||
|
||||
if (CBuildConfig::supportFlightGear() && sims.isFG())
|
||||
if (sims.isFG())
|
||||
{
|
||||
if (!m_reloadActions[8])
|
||||
{
|
||||
@@ -551,7 +551,7 @@ namespace BlackGui
|
||||
}
|
||||
menuActions.addAction(m_clearCacheActions[3], CMenuAction::pathSimulatorModelsClearCache());
|
||||
}
|
||||
if (CBuildConfig::supportFlightGear() && sims.isFG())
|
||||
if (sims.isFG())
|
||||
{
|
||||
if (!m_clearCacheActions[4])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user