mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
refactor: Read AFV URLs from bootstrap.json
This also removes the possibility to change the URL on the fly via the UI. Fixes #257
This commit is contained in:
@@ -671,7 +671,7 @@ bool SwiftGuiStd::startAFVMap()
|
||||
//! \todo KB 2019-11 AFV map workaround
|
||||
if (sGui && !sGui->isShuttingDown())
|
||||
{
|
||||
sGui->openUrl("https://afv-map.vatsim.net/");
|
||||
sGui->openUrl(sGui->getGlobalSetup().getAfvMapUrl());
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user