mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +02:00
Invert the icons.
This commit is contained in:
@@ -218,6 +218,6 @@ AccountListWidget::updateToggleOnlineStateButton()
|
|||||||
|
|
||||||
m_toggleOnlineButton->setText( m_toggleOnlineButtonState ? tr( "Disconnect &All" )
|
m_toggleOnlineButton->setText( m_toggleOnlineButtonState ? tr( "Disconnect &All" )
|
||||||
: tr( "Connect &All" ) );
|
: tr( "Connect &All" ) );
|
||||||
m_toggleOnlineButton->setIcon( m_toggleOnlineButtonState ? QIcon( RESPATH "images/account-offline.png" )
|
m_toggleOnlineButton->setIcon( m_toggleOnlineButtonState ? QIcon( RESPATH "images/account-online.png" )
|
||||||
: QIcon( RESPATH "images/account-online.png" ) );
|
: QIcon( RESPATH "images/account-offline.png" ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user