mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Show warning for uninstallable account/resolver on all platforms but osx and win
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user