Skip to content

Commit

Permalink
fix: system wallpaper not show
Browse files Browse the repository at this point in the history
Log: system wallpaper not show
Signed-off-by: zorowk <[email protected]>
  • Loading branch information
zorowk authored and justforlxz committed Jan 12, 2024
1 parent 6cef512 commit b9f922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treeland/treeland-wallpaper/Wallpaper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Item {
WallpaperCard {
id: systemCard
group: "System"
directory: "/home/zoro/Pictures/"
directory: "/usr/share/wallpapers/deepin/"

Layout.alignment: Qt.AlignVCenter
modelData: personalization.wallpaperModel(group, directory)
Expand Down

0 comments on commit b9f922f

Please sign in to comment.