summaryrefslogtreecommitdiff
path: root/modules/lock
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/lock
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/lock')
-rw-r--r--modules/lock/Center.qml1
1 files changed, 1 insertions, 0 deletions
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 {