mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +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
|
void
|
||||||
SettingsDialog::installFromFile()
|
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(),
|
TomahawkSettings::instance()->scriptDefaultPath(),
|
||||||
tr( "Tomahawk Resolvers (*.axe *.js);;"
|
tr( "Tomahawk Resolvers (*.axe *.js);;"
|
||||||
"All files (*)" ),
|
"All files (*)" ),
|
||||||
|
Reference in New Issue
Block a user