mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15: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));
|
||||
}
|
||||
}
|
||||
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
|
||||
{
|
||||
// wrong path
|
||||
|
||||
Reference in New Issue
Block a user