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…
Reference in New Issue