mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Enable as soon as we install a resolver
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user