mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Enable as soon as we install a resolver
This commit is contained in:
parent
45a276cf33
commit
ef81026ffb
@ -567,7 +567,7 @@ SettingsDialog::getMoreResolvers()
|
||||
void
|
||||
SettingsDialog::atticaResolverInstalled( const QString& resolverId )
|
||||
{
|
||||
m_resolversModel->addResolver( AtticaManager::instance()->pathFromId( resolverId ) );
|
||||
m_resolversModel->addResolver( AtticaManager::instance()->pathFromId( resolverId ), true );
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user