media: hide person icon if user pfp is ready (#1213)
This commit is contained in:
parent
533b6590cd
commit
eed6adb0e4
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ Row {
|
||||||
fill: 1
|
fill: 1
|
||||||
grade: 200
|
grade: 200
|
||||||
font.pointSize: Math.floor(info.implicitHeight / 2) || 1
|
font.pointSize: Math.floor(info.implicitHeight / 2) || 1
|
||||||
|
visible: pfp.status !== Image.Ready
|
||||||
}
|
}
|
||||||
|
|
||||||
CachingImage {
|
CachingImage {
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,7 @@ ColumnLayout {
|
||||||
text: "person"
|
text: "person"
|
||||||
color: Colours.palette.m3onSurfaceVariant
|
color: Colours.palette.m3onSurfaceVariant
|
||||||
font.pointSize: Math.floor(root.centerWidth / 4)
|
font.pointSize: Math.floor(root.centerWidth / 4)
|
||||||
|
visible: pfp.status !== Image.Ready
|
||||||
}
|
}
|
||||||
|
|
||||||
CachingImage {
|
CachingImage {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue