mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Removed empty tooltip for 'OSD' feature.
This commit is contained in:
parent
27e03d1263
commit
9f99ddbfca
1 changed files with 1 additions and 3 deletions
|
@ -61,11 +61,9 @@ var Features = function (config) {
|
||||||
|
|
||||||
if (semver.gte(config.flightControllerVersion, "3.0.0")) {
|
if (semver.gte(config.flightControllerVersion, "3.0.0")) {
|
||||||
features.push(
|
features.push(
|
||||||
{bit: 18, group: 'other', name: 'OSD', haveTip: true}
|
{bit: 18, group: 'other', name: 'OSD'}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
self._features = features;
|
self._features = features;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue