mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #273, fixed delegation to simulator settings
This commit is contained in:
@@ -260,6 +260,15 @@ namespace BlackCore
|
|||||||
emit this->changedSettings(static_cast<uint>(SettingsAudio));
|
emit this->changedSettings(static_cast<uint>(SettingsAudio));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (path.startsWith(IContextSettings::PathSimulatorSettings()))
|
||||||
|
{
|
||||||
|
msgs = this->m_settingsSimulator.value(nextLevelPath, command, value, changed);
|
||||||
|
if (changed)
|
||||||
|
{
|
||||||
|
msgs.push_back(this->write());
|
||||||
|
emit this->changedSettings(static_cast<uint>(SettingsSimulator));
|
||||||
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// wrong path
|
// wrong path
|
||||||
|
|||||||
Reference in New Issue
Block a user