mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Enable as soon as we install a resolver
This commit is contained in:
@@ -567,7 +567,7 @@ SettingsDialog::getMoreResolvers()
|
|||||||
void
|
void
|
||||||
SettingsDialog::atticaResolverInstalled( const QString& resolverId )
|
SettingsDialog::atticaResolverInstalled( const QString& resolverId )
|
||||||
{
|
{
|
||||||
m_resolversModel->addResolver( AtticaManager::instance()->pathFromId( resolverId ) );
|
m_resolversModel->addResolver( AtticaManager::instance()->pathFromId( resolverId ), true );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user