1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

Don't disable play/pause ever now that we have a stacked layout

This commit is contained in:
Leo Franchi 2011-08-10 23:17:32 -04:00
parent 3a890ee929
commit ca65bb2ccc

View File

@ -310,10 +310,6 @@ AudioControls::onPlaybackLoading( const Tomahawk::result_ptr& result )
ui->stackedLayout->setCurrentWidget( ui->pauseButton );
ui->pauseButton->setEnabled( true );
ui->pauseButton->setVisible( true );
ui->playPauseButton->setVisible( false );
ui->playPauseButton->setEnabled( false );
ui->loveButton->setEnabled( true );
ui->loveButton->setVisible( true );