diff options
| author | Xavier Lhinares <60365026+XLhinares@users.noreply.github.com> | 2026-03-15 15:28:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 18:28:56 +1100 |
| commit | eed6adb0e49451872a3f8542956d6cb731c61ccb (patch) | |
| tree | fd47a122b238cd4b38d79f2aab923cfdd31609f7 /modules/lock | |
| parent | notifs: support int:value hint (#1254) (diff) | |
| download | caelestia-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.qml | 1 |
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 { |