Make playlist moodbar column respect moodbar enabled setting

This commit is contained in:
Jonas Kvinge
2021-01-28 21:43:06 +01:00
parent 819800d3a4
commit 9f5249e5b8
2 changed files with 12 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ class MoodbarItemDelegate : public QItemDelegate {
PlaylistView *view_;
QCache<QUrl, Data> data_;
bool enabled_;
MoodbarRenderer::MoodbarStyle style_;
};