Cleanup the list of required properties for MessageDelegateContextMenu
This commit is contained in:
@@ -78,13 +78,12 @@ Components.AlbumMaximizeComponent {
|
||||
onItemRightClicked: {
|
||||
const contextMenu = fileDelegateContextMenu.createObject(parent, {
|
||||
author: root.author,
|
||||
message: root.plainText,
|
||||
eventId: root.eventId,
|
||||
source: root.source,
|
||||
file: parent,
|
||||
mimeType: root.mimeType,
|
||||
progressInfo: root.progressInfo,
|
||||
plainMessage: root.plainText,
|
||||
plainText: root.plainText,
|
||||
});
|
||||
contextMenu.closeFullscreen.connect(root.close)
|
||||
contextMenu.open();
|
||||
|
||||
Reference in New Issue
Block a user