Mono icons

This commit is contained in:
Craig Drummond
2018-05-24 17:58:40 +01:00
parent f0701eb48a
commit b3d34210cb

View File

@@ -26,6 +26,7 @@
#include "settings.h"
#include "support/utils.h"
#include "support/icon.h"
#include "support/monoicon.h"
#include "widgets/icons.h"
#include "models/mpdlibrarymodel.h"
#ifdef ENABLE_SIMPLE_MPD_SUPPORT
@@ -66,8 +67,8 @@ InitialSettingsWizard::InitialSettingsWizard(QWidget *p)
dir->setText(det.dir);
introPage->setBackground(Icons::self()->appIcon);
connectionPage->setBackground(Icons::self()->audioListIcon);
coversPage->setBackground(Icons::self()->albumIconLarge);
finishedPage->setBackground(Icon("dialog-ok"));
coversPage->setBackground(Icons::self()->albumMonoIcon);
finishedPage->setBackground(MonoIcon::icon(FontAwesome::check, Utils::monoIconColor()));
fetchCovers->setChecked(Settings::self()->fetchCovers());
storeCoversInMpdDir->setChecked(Settings::self()->storeCoversInMpdDir());