mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Enum was misaligned with UI text...
This commit is contained in:
parent
b7acee5723
commit
e59afb6ec1
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ void handleUsbConnection()
|
|||
}
|
||||
}
|
||||
if (!usbStarted() && usbPlugged() && getSelectedUsbMode() == USB_UNSELECTED_MODE) {
|
||||
if((g_eeGeneral.USBMode == 0) && (popupMenuNoItems == 0)) {
|
||||
if((g_eeGeneral.USBMode == USB_UNSELECTED_MODE) && (popupMenuNoItems == 0)) {
|
||||
POPUP_MENU_ADD_ITEM(STR_USB_JOYSTICK);
|
||||
POPUP_MENU_ADD_ITEM(STR_USB_MASS_STORAGE);
|
||||
POPUP_MENU_ADD_ITEM(STR_USB_SERIAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue