mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
@@ -386,7 +386,7 @@ namespace BlackGui
|
||||
if (!this->m_reloadActions[6])
|
||||
{
|
||||
this->m_reloadActions[6] = new QAction(CIcons::appModels16(), "XPlane models", this);
|
||||
connect(this->m_reloadActions[3], &QAction::triggered, ownModelsComp, [ownModelsComp](bool checked)
|
||||
connect(this->m_reloadActions[6], &QAction::triggered, ownModelsComp, [ownModelsComp](bool checked)
|
||||
{
|
||||
Q_UNUSED(checked);
|
||||
ownModelsComp->ps_requestSimulatorModels(CSimulatorInfo(CSimulatorInfo::XPLANE), IAircraftModelLoader::InBackgroundNoCache);
|
||||
|
||||
Reference in New Issue
Block a user