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:
@ -25,7 +25,7 @@ Rectangle {
|
||||
|
||||
Rectangle {
|
||||
id: background
|
||||
color: "#2A2A2A"
|
||||
color: backgroundBlurOverlayColor
|
||||
anchors.fill: backgroundImg
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user