mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
TWK-799: Don't set autoupdate when loading playlist view
This commit is contained in:
@@ -85,7 +85,7 @@ InfoBar::InfoBar( QWidget* parent )
|
|||||||
m_autoUpdate->setText( tr( "Automatically update" ) );
|
m_autoUpdate->setText( tr( "Automatically update" ) );
|
||||||
m_autoUpdate->setLayoutDirection( Qt::RightToLeft );
|
m_autoUpdate->setLayoutDirection( Qt::RightToLeft );
|
||||||
m_autoUpdate->setPalette( whitePal );
|
m_autoUpdate->setPalette( whitePal );
|
||||||
connect( m_autoUpdate, SIGNAL( stateChanged( int ) ), this, SIGNAL( autoUpdateChanged( int ) ) );
|
connect( m_autoUpdate, SIGNAL( toggled(bool) ), this, SIGNAL( autoUpdateChanged( int ) ) );
|
||||||
|
|
||||||
ui->horizontalLayout->addWidget( m_autoUpdate );
|
ui->horizontalLayout->addWidget( m_autoUpdate );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user