mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Qt/SettingsWindow: Fix SelectGeneralPane opening the Audio pane
This commit is contained in:
parent
f568e41fac
commit
6b71217268
@ -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