Encode background image file URLs

This commit is contained in:
David Heinemeier Hansson
2026-05-20 15:15:38 +02:00
parent ac925e8f3e
commit 998e22bb78
+1 -2
View File
@@ -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() {