mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Temporary special case for Twitter, don't show connection status.
This commit is contained in:
@@ -418,6 +418,8 @@ AccountDelegate::drawAccountList( QPainter* painter, QStyleOptionViewItemV4& opt
|
||||
|
||||
for ( int i = 0; i < accts.size(); i++ )
|
||||
{
|
||||
//FIXME: special case for twitter, remove for 0.8.0
|
||||
if ( accts.at( i )->accountServiceName() != "Twitter" )
|
||||
// draw lightbulb and text
|
||||
runningRightEdge = drawStatus( painter, QPointF( rightEdge - PADDING, current), accts.at( i ) );
|
||||
|
||||
|
Reference in New Issue
Block a user