mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Set current index to 0 when showing
This commit is contained in:
@@ -296,6 +296,7 @@ SettingsDialog::~SettingsDialog()
|
||||
void
|
||||
SettingsDialog::show()
|
||||
{
|
||||
m_dialog->setCurrentIndex( 0 );
|
||||
m_dialog->show();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user