mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Merge pull request #6306 from jherico/barney
Fix ability to enable mappings parsed from JSON in JS
This commit is contained in:
commit
f4cc8c4c2e
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);
|
mapping->routes.push_back(route);
|
||||||
}
|
}
|
||||||
|
_mappingsByName[mapping->name] = mapping;
|
||||||
return mapping;
|
return mapping;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue