From eed6adb0e49451872a3f8542956d6cb731c61ccb Mon Sep 17 00:00:00 2001 From: Xavier Lhinares <60365026+XLhinares@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:28:56 +0800 Subject: media: hide person icon if user pfp is ready (#1213) --- modules/lock/Center.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/lock') 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 { -- cgit v1.2.3-freya