Fix file menu

Pass file menu eventSource rather than source and htmlText
This commit is contained in:
James Graham
2023-09-13 18:46:41 +00:00
parent 399151eb1d
commit c01c638a49

View File

@@ -609,10 +609,11 @@ ColumnLayout {
const contextMenu = fileDelegateContextMenu.createObject(root, {
author: root.author,
eventId: root.eventId,
source: root.jsonSource,
eventSource: root.jsonSource,
file: file,
progressInfo: root.progressInfo,
plainText: root.plainText,
htmlText: root.display,
connection: root.connection,
});
contextMenu.open();