mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
as discussed in slack: added default swift testserver (FSD servers) if no settings can be loaded
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d8e0ff83e6
commit
6a1f5e8347
@@ -86,6 +86,7 @@ namespace BlackMisc
|
||||
if (isCompiledWithBlackSound()) sl << "BlackSound";
|
||||
if (isCompiledWithBlackInput()) sl << "BlackInput";
|
||||
if (isCompiledWithGui()) sl << "BlackGui";
|
||||
if (isCompiledWithFs9Support()) sl << "FS9";
|
||||
if (isCompiledWithFsxSupport()) sl << "FSX";
|
||||
if (isCompiledWithXPlaneSupport()) sl << "XPlane";
|
||||
info = sl.join(", ");
|
||||
@@ -102,6 +103,7 @@ namespace BlackMisc
|
||||
static QStringList sl;
|
||||
if (isCompiledWithFsxSupport()) sl << "FSX";
|
||||
if (isCompiledWithXPlaneSupport()) sl << "XPlane";
|
||||
if (isCompiledWithFs9Support()) sl << "FS9";
|
||||
sims = sl.join(", ");
|
||||
if (sims.isEmpty()) sims = "<none>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user