Merge pull request #270 from mikeller/fix_osd_empty_tooltip

Removed empty tooltip for 'OSD' feature.
10.3.x-maintenance
Michael Keller 2016-09-15 08:44:34 +12:00 committed by GitHub
commit d8be37d7d3
1 changed files with 1 additions and 3 deletions

View File

@ -61,11 +61,9 @@ var Features = function (config) {
if (semver.gte(config.flightControllerVersion, "3.0.0")) {
features.push(
{bit: 18, group: 'other', name: 'OSD', haveTip: true}
{bit: 18, group: 'other', name: 'OSD'}
);
}
}
self._features = features;