Used Qt resolved url for compatibility
This commit is contained in:
@@ -6,7 +6,7 @@ import QtQuick
|
|||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
property string source: Config.options.background.wallpaperPath
|
property string source: Qt.resolvedUrl(Config.options.background.wallpaperPath)
|
||||||
property Image current: one
|
property Image current: one
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user