qt fix input panel (#17206)

This commit is contained in:
Tatsuya79 2024-11-25 12:08:59 +01:00 committed by GitHub
parent 16123d4fdb
commit 73efac6815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -254,9 +254,6 @@ QWidget *InputPage::widget()
menu_file_list_cbs_t *cbs = (menu_file_list_cbs_t*)
file_list_get_actiondata_at_offset(list, i);
if (cbs->enum_idx == MENU_ENUM_LABEL_INPUT_HOTKEY_BINDS)
break;
layout->add(menu_setting_find_enum(cbs->enum_idx));
}