mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +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++ )
|
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
|
// draw lightbulb and text
|
||||||
runningRightEdge = drawStatus( painter, QPointF( rightEdge - PADDING, current), accts.at( i ) );
|
runningRightEdge = drawStatus( painter, QPointF( rightEdge - PADDING, current), accts.at( i ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user