mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
* If no source avatar is avail, return big tinted default collection image for collection's bigIcon.
This commit is contained in:
@@ -93,7 +93,8 @@ Collection::bigIcon() const
|
||||
{
|
||||
if ( !source()->avatar().isNull() )
|
||||
return source()->avatar( TomahawkUtils::RoundedCorners );
|
||||
return TomahawkUtils::defaultPixmap( TomahawkUtils::SuperCollection );
|
||||
|
||||
return TomahawkUtils::tinted( TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultCollection ), Qt::white );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user