Skip to content

Commit

Permalink
Qt/SettingsWindow: Fix SelectGeneralPane opening the Audio pane
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed May 27, 2018
1 parent f568e41 commit 6b71217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/Config/SettingsWindow.cpp
Expand Up @@ -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));
}

0 comments on commit 6b71217

Please sign in to comment.