Used Qt resolved url for compatibility

This commit is contained in:
2025-09-26 16:58:59 -04:00
parent 7081a48426
commit 13b956a103

View File

@@ -6,7 +6,7 @@ import QtQuick
Item {
id: root
property string source: Config.options.background.wallpaperPath
property string source: Qt.resolvedUrl(Config.options.background.wallpaperPath)
property Image current: one
anchors.fill: parent