mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Update prev/next controls when shuffle or repeat modes changes.
This commit is contained in:
@@ -541,6 +541,8 @@ AudioControls::onRepeatModeChanged( PlaylistModes::RepeatMode mode )
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
onControlStateChanged();
|
||||
}
|
||||
|
||||
|
||||
@@ -595,6 +597,8 @@ AudioControls::onShuffleModeChanged( bool enabled )
|
||||
|
||||
ui->repeatButton->setEnabled( true );
|
||||
}
|
||||
|
||||
onControlStateChanged();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user