1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Changed g_force draw_order to 15

This commit is contained in:
leocb 2018-07-02 15:26:45 -03:00
parent 920eafffcd
commit 7590c47636

View file

@ -779,7 +779,7 @@ OSD.constants = {
name: 'G_FORCE',
desc: 'osdDescGForce',
default_position: -1,
draw_order: 11,
draw_order: 15,
positionable: true,
preview: '1.0G'
}