Don't quote property names

This commit is contained in:
Tobias Fella
2022-09-09 00:23:18 +02:00
parent d70a8a652a
commit 274bf824e3
5 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ Kirigami.OverlaySheet {
onClicked: {
if (avatarMediaId) {
fullScreenImage.createObject(parent, {"filename": displayName, "source": room.urlToMxcUrl(avatarUrl)}).showFullScreen()
fullScreenImage.createObject(parent, {filename: displayName, source: room.urlToMxcUrl(avatarUrl)}).showFullScreen()
}
}
}