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

Save ACL entries when in headless mode, so going non-headless doesn't

ask for them again.
This commit is contained in:
Jeff Mitchell
2012-06-20 10:14:06 -04:00
parent e0a635b310
commit 64837d8a0c

View File

@@ -180,6 +180,7 @@ ACLRegistry::isAuthorizedUser( const QString& dbid, const QString &username, ACL
#endif #endif
m_cache.append( user ); m_cache.append( user );
save();
emit aclResult( dbid, username, user.acl ); emit aclResult( dbid, username, user.acl );
return user.acl; return user.acl;
} }