mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Specific fix for KB, which will be removed later
This commit is contained in:
@@ -73,7 +73,7 @@ namespace BlackMisc
|
||||
if (!dir.isEmpty()) { return dir; }
|
||||
|
||||
//! \todo allow to read a user defined value from settings
|
||||
return "P:/FlightSimulatorX (MSI)/SimObjects"; // "p:/temp/SimObjects"
|
||||
return "P:/FSX (MSI)/SimObjects"; // "p:/temp/SimObjects"
|
||||
}
|
||||
|
||||
const QStringList &CFsCommonUtil::fsxSimObjectsExcludeDirectories()
|
||||
|
||||
Reference in New Issue
Block a user