Remove disabling repeat and shuffle buttons
It's more confusing than helpful
This commit is contained in:
@@ -1465,13 +1465,13 @@ void PlaylistView::focusInEvent(QFocusEvent *event) {
|
||||
|
||||
void PlaylistView::DynamicModeChanged(bool dynamic) {
|
||||
|
||||
if (!dynamic) {
|
||||
dynamic_controls_->hide();
|
||||
}
|
||||
else {
|
||||
if (dynamic) {
|
||||
RepositionDynamicControls();
|
||||
dynamic_controls_->show();
|
||||
}
|
||||
else {
|
||||
dynamic_controls_->hide();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user