mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 07:22:25 +02:00
Fix ability to enable mappings parsed from JSON in JS
This commit is contained in:
parent
b366011d22
commit
18d2b184dc
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ Mapping::Pointer UserInputMapper::parseMapping(const QJsonValue& json) {
|
|||
}
|
||||
mapping->routes.push_back(route);
|
||||
}
|
||||
_mappingsByName[mapping->name] = mapping;
|
||||
return mapping;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue