WallpaperService: refactored to a simpler signal based approach.

This commit is contained in:
LemmyCook
2025-09-01 09:07:23 -04:00
parent 4193d3c87c
commit 5fef9cfe6b
8 changed files with 217 additions and 76 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ ColumnLayout {
// Avatar preview
NImageCircled {
width: 64 * scaling
height: 64 * scaling
width: 128 * scaling
height: 128 * scaling
imagePath: Settings.data.general.avatarImage
fallbackIcon: "person"
borderColor: Color.mPrimary