summaryrefslogtreecommitdiff
path: root/modules
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
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')
-rw-r--r--modules/dashboard/dash/User.qml1
-rw-r--r--modules/lock/Center.qml1
2 files changed, 2 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 {
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml
index 19cf9d2..aa926ac 100644
--- a/modules/lock/Center.qml
+++ b/modules/lock/Center.qml
@@ -97,6 +97,7 @@ ColumnLayout {
text: "person"
color: Colours.palette.m3onSurfaceVariant
font.pointSize: Math.floor(root.centerWidth / 4)
+ visible: pfp.status !== Image.Ready
}
CachingImage {