mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Add activation possibility
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb4f8be4be
commit
716dde38e4
@@ -107,7 +107,8 @@ namespace BlackMisc
|
|||||||
p3dPluginIdentifier(),
|
p3dPluginIdentifier(),
|
||||||
xplanePluginIdentifier(),
|
xplanePluginIdentifier(),
|
||||||
fs9PluginIdentifier(),
|
fs9PluginIdentifier(),
|
||||||
emulatedPluginIdentifier()
|
emulatedPluginIdentifier(),
|
||||||
|
fgPluginIdentifier()
|
||||||
});
|
});
|
||||||
return identifiers;
|
return identifiers;
|
||||||
}
|
}
|
||||||
@@ -117,6 +118,7 @@ namespace BlackMisc
|
|||||||
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
|
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
|
||||||
{
|
{
|
||||||
// On UNIX we likely run XP
|
// On UNIX we likely run XP
|
||||||
|
// TODO Add FG?
|
||||||
return QStringList { xplanePluginIdentifier() };
|
return QStringList { xplanePluginIdentifier() };
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,7 +126,8 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
fsxPluginIdentifier(),
|
fsxPluginIdentifier(),
|
||||||
p3dPluginIdentifier(),
|
p3dPluginIdentifier(),
|
||||||
xplanePluginIdentifier()
|
xplanePluginIdentifier(),
|
||||||
|
fgPluginIdentifier()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
Reference in New Issue
Block a user