diff --git a/src/timeline/DelegateContextMenu.qml b/src/timeline/DelegateContextMenu.qml index f32dce038..41523d12b 100644 --- a/src/timeline/DelegateContextMenu.qml +++ b/src/timeline/DelegateContextMenu.qml @@ -393,6 +393,7 @@ KirigamiComponents.ConvergentContextMenu { room: root.room eventId: root.eventId property string filename: Core.StandardPaths.writableLocation(Core.StandardPaths.CacheLocation) + "/" + eventId.replace(":", "_").replace("/", "_").replace("+", "_") + root.room.fileNameToDownload(eventId) + visible: root.mimeType.length > 0 } Kirigami.Action {