mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Fixes #1107
This commit is contained in:
parent
0a53e2e6b3
commit
6c17fee19b
10 changed files with 37 additions and 19 deletions
|
@ -408,6 +408,8 @@ QString RawSwitch::toString()
|
|||
return QObject::tr("ON");
|
||||
case SWITCH_TYPE_OFF:
|
||||
return QObject::tr("OFF");
|
||||
case SWITCH_TYPE_ONE:
|
||||
return QObject::tr("One");
|
||||
case SWITCH_TYPE_FLIGHT_MODE:
|
||||
return CHECK_IN_ARRAY(flightModes, index-1);
|
||||
case SWITCH_TYPE_NONE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue