Avoid hardcoding test wallpaper path
This commit is contained in:
parent
afd69ffbed
commit
f4e992bf83
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import qs.Services
|
|||
ShellRoot {
|
||||
|
||||
property var modelData
|
||||
property string wallpaperSource: "/home/seb/Development/misc/Noctalia/Assets/Tests/wallpaper.png"
|
||||
property string wallpaperSource: Qt.resolvedUrl("../../Assets/Tests/wallpaper.png")
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue