1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Removed empty tooltip for 'OSD' feature.

This commit is contained in:
mikeller 2016-09-11 23:16:23 +12:00
parent 27e03d1263
commit 9f99ddbfca

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;