UI: Fix selected tab from hotkeys menu shortcut

This commit is contained in:
refractionpcsx2 2022-12-26 14:45:29 +00:00
parent 51f29f40ee
commit 8d408eaadb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void ControllerSettingsDialog::setCategory(Category category)
break;
case Category::HotkeySettings:
m_ui.settingsCategory->setCurrentRow(3);
m_ui.settingsCategory->setCurrentRow(5);
break;
default: