mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt/SettingsWindow: Fix SelectGeneralPane opening the Audio pane
This commit is contained in:
parent
f568e41fac
commit
6b71217268
1 changed files with 1 additions and 1 deletions
|
@ -67,5 +67,5 @@ void SettingsWindow::SelectAudioPane()
|
|||
|
||||
void SettingsWindow::SelectGeneralPane()
|
||||
{
|
||||
m_tab_widget->setCurrentIndex(static_cast<int>(TabIndex::Audio));
|
||||
m_tab_widget->setCurrentIndex(static_cast<int>(TabIndex::General));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue