From 7b953d0cc08e96f6fd47338ee354bf96849ba03d Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Thu, 15 May 2025 15:05:42 -0600 Subject: [PATCH] Fixup becc127dc41c2330c4e454c208fcaca87fce452e This isn't a JavaScript list, so a comma between items is actually an error here. --- src/app/qml/NeochatMaximizeComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/NeochatMaximizeComponent.qml b/src/app/qml/NeochatMaximizeComponent.qml index 84485a87d..6db40899c 100644 --- a/src/app/qml/NeochatMaximizeComponent.qml +++ b/src/app/qml/NeochatMaximizeComponent.qml @@ -33,7 +33,7 @@ Components.AlbumMaximizeComponent { ShareAction { id: shareAction inputData: { - urls: [filename], + urls: [filename] mimeType: [attachmentMimetype] } visible: Qt.platform.os !== "android"