mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Make the blur backgroud color overlay themable
This also fixes the hardcoded color in FlowView.qml
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user