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 {
id: shareAction
inputData: {
urls: [filename],
urls: [filename]
mimeType: [attachmentMimetype]
}
visible: Qt.platform.os !== "android"