mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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(),
|
||||
xplanePluginIdentifier(),
|
||||
fs9PluginIdentifier(),
|
||||
emulatedPluginIdentifier()
|
||||
emulatedPluginIdentifier(),
|
||||
fgPluginIdentifier()
|
||||
});
|
||||
return identifiers;
|
||||
}
|
||||
@@ -117,6 +118,7 @@ namespace BlackMisc
|
||||
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
|
||||
{
|
||||
// On UNIX we likely run XP
|
||||
// TODO Add FG?
|
||||
return QStringList { xplanePluginIdentifier() };
|
||||
}
|
||||
|
||||
@@ -124,7 +126,8 @@ namespace BlackMisc
|
||||
{
|
||||
fsxPluginIdentifier(),
|
||||
p3dPluginIdentifier(),
|
||||
xplanePluginIdentifier()
|
||||
xplanePluginIdentifier(),
|
||||
fgPluginIdentifier()
|
||||
};
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user