1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Disable acl box for now

This commit is contained in:
Jeff Mitchell
2011-03-29 08:11:23 -04:00
parent e968298d7d
commit b70491cc63

View File

@@ -666,6 +666,8 @@ Servent::checkACL( const Connection* conn, const QString &nodeid, bool showDialo
return false; return false;
#ifndef TOMAHAWK_HEADLESS #ifndef TOMAHAWK_HEADLESS
//FIXME: Actually enable it when it makes sense
return true;
if( peerStatus == ACLSystem::NotFound ) if( peerStatus == ACLSystem::NotFound )
{ {
if( !showDialog ) if( !showDialog )