Load album cover controller settings when album cover manager is opened

This commit is contained in:
Jonas Kvinge
2021-03-07 00:54:20 +01:00
parent b5bafbf23a
commit 5807bee23b
3 changed files with 1 additions and 11 deletions

View File

@@ -153,8 +153,6 @@ AlbumCoverManager::AlbumCoverManager(Application *app, CollectionBackend *collec
EnableCoversButtons();
ReloadSettings();
}
AlbumCoverManager::~AlbumCoverManager() {
@@ -164,13 +162,6 @@ AlbumCoverManager::~AlbumCoverManager() {
}
void AlbumCoverManager::ReloadSettings() {
app_->album_cover_loader()->ReloadSettings();
album_cover_choice_controller_->ReloadSettings();
}
void AlbumCoverManager::Init() {
// View menu
@@ -252,6 +243,7 @@ void AlbumCoverManager::showEvent(QShowEvent *e) {
if (!e->spontaneous()) {
LoadGeometry();
album_cover_choice_controller_->ReloadSettings();
Reset();
}