Improve the look of loading videos

The video thumbnail is no longer hidden while loading. This makes it
look less buggy (like NeoChat forgot what the thumbnail was) while
loading a large video. To help with contrast, a slight background tint
is added.
This commit is contained in:
Joshua Goins
2025-06-30 17:21:40 -04:00
parent 680573de61
commit d0d0384bdb

View File

@@ -99,6 +99,10 @@ Video {
target: downloadBar
visible: true
}
PropertyChanges {
target: mediaThumbnail
visible: true
}
},
State {
name: "paused"
@@ -229,8 +233,7 @@ Video {
anchors.fill: parent
visible: false
color: Kirigami.Theme.backgroundColor
radius: Kirigami.Units.cornerRadius
color: Qt.alpha(Kirigami.Theme.backgroundColor, 0.25)
QQC2.ProgressBar {
anchors.centerIn: parent