Fix maximize component menu

Should be plainText not plainMessage
This commit is contained in:
James Graham
2023-08-26 19:29:11 +00:00
committed by Tobias Fella
parent 1b27b1a4e2
commit 50f4f96341

View File

@@ -91,7 +91,7 @@ Components.AlbumMaximizeComponent {
file: parent,
mimeType: root.currentMimeType,
progressInfo: root.currentProgressInfo,
plainMessage: root.currentPlainText
plainText: root.currentPlainText
});
contextMenu.closeFullscreen.connect(root.close)
contextMenu.open();