Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger committed Nov 8, 2024
1 parent b81ddd1 commit 1623dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1760,15 +1760,15 @@ OSD.constants = {
}
},{
name: 'COURSE_NEXT_GEOZONE',
id: 154,
id: 159,
min_version: '8.0.0',
enabled: function() {
return FC.isFeatureEnabled('GEOZONE');
},
preview: FONT.symbol(SYM.DIR_TO_HOME)
}, {
name: 'HOR_DIST_TO_NEXT_GEOZONE',
id: 155,
id: 160,
min_version: '8.0.0',
enabled: function() {
return FC.isFeatureEnabled('GEOZONE');
Expand All @@ -1787,7 +1787,7 @@ OSD.constants = {
},
{
name: 'VERT_DIST_TO_NEXT_GEOZONE',
id: 156,
id: 161,
min_version: '8.0.0',
enabled: function() {
return FC.isFeatureEnabled('GEOZONE');
Expand Down

0 comments on commit 1623dfb

Please sign in to comment.