Skip to content

Commit 9f99ddb

Browse files
committed
Removed empty tooltip for 'OSD' feature.
1 parent 27e03d1 commit 9f99ddb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/Features.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ var Features = function (config) {
6161

6262
if (semver.gte(config.flightControllerVersion, "3.0.0")) {
6363
features.push(
64-
{bit: 18, group: 'other', name: 'OSD', haveTip: true}
64+
{bit: 18, group: 'other', name: 'OSD'}
6565
);
6666
}
67-
68-
6967
}
7068

7169
self._features = features;

0 commit comments

Comments
 (0)