This isn't a JavaScript list, so a comma between items is actually an
error here.
This commit is contained in:
Nate Graham
2025-05-15 15:05:42 -06:00
parent becc127dc4
commit 7b953d0cc0

View File

@@ -33,7 +33,7 @@ Components.AlbumMaximizeComponent {
ShareAction { ShareAction {
id: shareAction id: shareAction
inputData: { inputData: {
urls: [filename], urls: [filename]
mimeType: [attachmentMimetype] mimeType: [attachmentMimetype]
} }
visible: Qt.platform.os !== "android" visible: Qt.platform.os !== "android"