summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorXavier Lhinares <60365026+XLhinares@users.noreply.github.com>2026-03-15 15:28:56 +0800
committerGitHub <noreply@github.com>2026-03-15 18:28:56 +1100
commiteed6adb0e49451872a3f8542956d6cb731c61ccb (patch)
treefd47a122b238cd4b38d79f2aab923cfdd31609f7 /modules/dashboard
parentnotifs: support int:value hint (#1254) (diff)
downloadcaelestia-shell-eed6adb0e49451872a3f8542956d6cb731c61ccb.tar.gz
caelestia-shell-eed6adb0e49451872a3f8542956d6cb731c61ccb.tar.bz2
caelestia-shell-eed6adb0e49451872a3f8542956d6cb731c61ccb.zip
media: hide person icon if user pfp is ready (#1213)
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/dash/User.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml
index b66b1f9..5ede24b 100644
--- a/modules/dashboard/dash/User.qml
+++ b/modules/dashboard/dash/User.qml
@@ -32,6 +32,7 @@ Row {
fill: 1
grade: 200
font.pointSize: Math.floor(info.implicitHeight / 2) || 1
+ visible: pfp.status !== Image.Ready
}
CachingImage {