LockScreen: fix hardcoded avatar imagepath

This commit is contained in:
LemmyCook
2025-08-21 16:03:06 -04:00
parent 5c6657e3af
commit 7c733b9f47
+1 -1
View File
@@ -334,7 +334,7 @@ Loader {
anchors.centerIn: parent
width: 100 * scaling
height: 100 * scaling
imagePath: Quickshell.env("HOME") + "/.face"
imagePath: Settings.data.general.avatarImage
fallbackIcon: "person"
imageRadius: width * 0.5
}