mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #6979 from spycrab/qt_fix_sgp
Qt/SettingsWindow: Fix SelectGeneralPane opening the Audio pane
This commit is contained in:
commit
e9ae6e2727
@ -67,5 +67,5 @@ void SettingsWindow::SelectAudioPane()
|
|||||||
|
|
||||||
void SettingsWindow::SelectGeneralPane()
|
void SettingsWindow::SelectGeneralPane()
|
||||||
{
|
{
|
||||||
m_tab_widget->setCurrentIndex(static_cast<int>(TabIndex::Audio));
|
m_tab_widget->setCurrentIndex(static_cast<int>(TabIndex::General));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user