Used Qt resolved url for compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user