Fixup becc127dc4
This isn't a JavaScript list, so a comma between items is actually an error here.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user