mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-29 16:49:27 +01:00
Remove set current to all artists when opening cover manager
Caused sluggish opening
This commit is contained in:
parent
d936a080db
commit
658e1d122e
@ -364,10 +364,6 @@ void AlbumCoverManager::Reset() {
|
||||
new QListWidgetItem(artist_icon_, artist, ui_->artists, Specific_Artist);
|
||||
}
|
||||
|
||||
if (ui_->artists->selectedItems().isEmpty()) {
|
||||
ui_->artists->setCurrentItem(all_artists_);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void AlbumCoverManager::EnableCoversButtons() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user