mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Fix install-resolver-dialog not getting focus
This commit is contained in:
parent
ab0dec55d0
commit
e90e86005c
@ -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 (*)" ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user