Show MIDI output first (#15675)

This commit is contained in:
sonninnos 2023-09-05 21:53:55 +03:00 committed by GitHub
parent 878ed7583c
commit edd1b646e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9070,8 +9070,8 @@ unsigned menu_displaylist_build_list(
case DISPLAYLIST_MIDI_SETTINGS_LIST:
{
menu_displaylist_build_info_t build_list[] = {
{MENU_ENUM_LABEL_MIDI_INPUT, PARSE_ONLY_STRING},
{MENU_ENUM_LABEL_MIDI_OUTPUT, PARSE_ONLY_STRING},
{MENU_ENUM_LABEL_MIDI_INPUT, PARSE_ONLY_STRING},
{MENU_ENUM_LABEL_MIDI_VOLUME, PARSE_ONLY_UINT },
};