Encode background image file URLs
This commit is contained in:
@@ -25,8 +25,7 @@ Item {
|
|||||||
property real revealProgress: 1
|
property real revealProgress: 1
|
||||||
|
|
||||||
function imageUrl(path) {
|
function imageUrl(path) {
|
||||||
if (!path) return ""
|
return Util.fileUrl(path)
|
||||||
return "file://" + path
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function refreshBackground() {
|
function refreshBackground() {
|
||||||
|
|||||||
Reference in New Issue
Block a user