mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
[AFV] Simulator settings changed signal
* in the cockpit "sync." can now be enabled/disabled * settings signal allows to update UI in settings UI
This commit is contained in:
committed by
Mat Sutcliffe
parent
e839820940
commit
21e109e5e2
@@ -169,6 +169,7 @@ namespace BlackCore
|
||||
if (simSettings == settings) { return false; }
|
||||
const CStatusMessage msg = m_multiSimulatorSettings.setSettings(settings, simulator);
|
||||
CLogMessage::preformatted(msg);
|
||||
emit this->simulatorSettingsChanged();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user