mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fix install-resolver-dialog not getting focus
This commit is contained in:
@@ -548,7 +548,7 @@ SettingsDialog::openAccountConfig( Account* account, bool showDelete )
|
||||
void
|
||||
SettingsDialog::installFromFile()
|
||||
{
|
||||
const QString resolver = QFileDialog::getOpenFileName( 0, tr( "Install resolver from file" ),
|
||||
const QString resolver = QFileDialog::getOpenFileName( m_accountsWidget, tr( "Install resolver from file" ),
|
||||
TomahawkSettings::instance()->scriptDefaultPath(),
|
||||
tr( "Tomahawk Resolvers (*.axe *.js);;"
|
||||
"All files (*)" ),
|
||||
|
Reference in New Issue
Block a user