summaryrefslogtreecommitdiff
path: root/modules/lock
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock')
-rw-r--r--modules/lock/Center.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml
index 748504b..5885252 100644
--- a/modules/lock/Center.qml
+++ b/modules/lock/Center.qml
@@ -2,7 +2,6 @@ pragma ComponentBehavior: Bound
import qs.components
import qs.components.controls
-import qs.components.images
import qs.services
import qs.config
import qs.utils
@@ -101,11 +100,11 @@ ColumnLayout {
font.pointSize: Math.floor(root.centerWidth / 4)
}
- CachingImage {
+ Image {
id: pfp
anchors.fill: parent
- path: `${Paths.home}/.face`
+ source: Paths.face ?? ""
}
}