mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #485, load settings in core facade
Idea: settings will be automatically available
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1b587c2ee8
commit
96913c6dc1
@@ -177,6 +177,13 @@ namespace BlackCore
|
||||
this->getCContextOwnAircraft(), &CContextOwnAircraft::ps_changedSimulatorModel);
|
||||
Q_ASSERT(c);
|
||||
}
|
||||
|
||||
// settings
|
||||
if (this->getIContextApplication()) {
|
||||
this->getIContextApplication()->loadSettings();
|
||||
}
|
||||
|
||||
// times
|
||||
times.insert("Post setup, sim.connects", time.restart());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user