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
function imageUrl(path) {
if (!path) return ""
return "file://" + path
return Util.fileUrl(path)
}
function refreshBackground() {