Skip to content
Permalink
Browse files
Merge pull request #6979 from spycrab/qt_fix_sgp
Qt/SettingsWindow: Fix SelectGeneralPane opening the Audio pane
  • Loading branch information
spycrab committed May 27, 2018
2 parents f568e41 + 6b71217 commit e9ae6e2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 e9ae6e2

Please sign in to comment.