Fix load settings in albumcoverchoicecontroller

This commit is contained in:
Jonas Kvinge
2019-03-12 00:01:52 +01:00
parent 2211716d04
commit eb63e2257f
3 changed files with 3 additions and 2 deletions

View File

@@ -94,6 +94,8 @@ AlbumCoverChoiceController::AlbumCoverChoiceController(QWidget *parent) :
separator_ = new QAction(this);
separator_->setSeparator(true);
ReloadSettings();
}
AlbumCoverChoiceController::~AlbumCoverChoiceController() {}