1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 01:22:49 +02:00

Show warning for uninstallable account/resolver on all platforms but osx and win

This commit is contained in:
Dominik Schmidt 2015-02-05 17:42:01 +01:00
parent 68af5c4a57
commit b1f039cd20

@ -555,7 +555,7 @@ AccountModel::setData( const QModelIndex& index, const QVariant& value, int role
else if( state == Qt::Unchecked )
AccountManager::instance()->disableAccount( acct );
#if defined(Q_OS_LINUX)
#if !(defined(Q_OS_MAC) && defined(Q_OS_WIN))
if ( acct->preventEnabling() )
{
// Can't install from attica yet on linux, so show a warning if the user tries to turn it on.