media: hide person icon if user pfp is ready (#1213)

This commit is contained in:
Xavier Lhinares 2026-03-15 15:28:56 +08:00 committed by GitHub
parent 533b6590cd
commit eed6adb0e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ Row {
fill: 1
grade: 200
font.pointSize: Math.floor(info.implicitHeight / 2) || 1
visible: pfp.status !== Image.Ready
}
CachingImage {

View file

@ -97,6 +97,7 @@ ColumnLayout {
text: "person"
color: Colours.palette.m3onSurfaceVariant
font.pointSize: Math.floor(root.centerWidth / 4)
visible: pfp.status !== Image.Ready
}
CachingImage {