LockScreen: fix hardcoded avatar imagepath
This commit is contained in:
parent
5c6657e3af
commit
7c733b9f47
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ Loader {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 100 * scaling
|
width: 100 * scaling
|
||||||
height: 100 * scaling
|
height: 100 * scaling
|
||||||
imagePath: Quickshell.env("HOME") + "/.face"
|
imagePath: Settings.data.general.avatarImage
|
||||||
fallbackIcon: "person"
|
fallbackIcon: "person"
|
||||||
imageRadius: width * 0.5
|
imageRadius: width * 0.5
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue