Skip to content
Snippets Groups Projects
Commit 8a3dc217 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu
Browse files

qml: use backdrop blur effect in minimal view

This is only relevant when video is not playing.
parent 76165816
No related merge requests found
Pipeline #587051 passed with stage
in 24 minutes and 13 seconds
......@@ -81,8 +81,11 @@ FocusScope {
}
}
Rectangle {
color: theme.bg.primary
// TODO: `ViewBlockingRectangle` (`AcrylicBackground`) is not necessary
// here, this should ideally be a translucent rectangle. It is
// is only used to provide the tint color and animations.
Widgets.AcrylicBackground {
tintColor: theme.bg.primary
anchors.fill: parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment