Load album cover controller settings when album cover manager is opened
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user