mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-10 17:13:39 +01:00
RipCDDialog no longer needs to LoadSongs on show.
This commit is contained in:
parent
63953e1045
commit
ae9824e26a
@ -135,8 +135,9 @@ void RipCDDialog::closeEvent(QCloseEvent* event) {
|
||||
}
|
||||
|
||||
void RipCDDialog::showEvent(QShowEvent* event) {
|
||||
ResetDialog();
|
||||
if (loader_) loader_->LoadSongs();
|
||||
// No need to refresh track list here anymore. On first open this is initiated
|
||||
// by InitializeDevices(). Afterwards track list is always updates when a disc
|
||||
// change is detected due to working through CddaDevice
|
||||
if (!working_) {
|
||||
ui_->progress_group->hide();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user