Make the blur backgroud color overlay themable

This also fixes the hardcoded color in FlowView.qml
This commit is contained in:
luisangelsm
2026-03-01 15:22:54 +01:00
parent 52e43192c4
commit 87fada611d
5 changed files with 14 additions and 1 deletions

View File

@ -243,4 +243,5 @@ void InfoComicsView::applyTheme(const Theme &theme)
ctxt->setContextProperty("readTickCheckedColor", qv.readTickCheckedColor);
ctxt->setContextProperty("showDropShadow", QVariant(qv.showDropShadow));
ctxt->setContextProperty("backgroundBlurOverlayColor", qv.backgroundBlurOverlayColor);
}