Fix maximize component menu
Should be plainText not plainMessage
This commit is contained in:
committed by
Tobias Fella
parent
1b27b1a4e2
commit
50f4f96341
@@ -91,7 +91,7 @@ Components.AlbumMaximizeComponent {
|
|||||||
file: parent,
|
file: parent,
|
||||||
mimeType: root.currentMimeType,
|
mimeType: root.currentMimeType,
|
||||||
progressInfo: root.currentProgressInfo,
|
progressInfo: root.currentProgressInfo,
|
||||||
plainMessage: root.currentPlainText
|
plainText: root.currentPlainText
|
||||||
});
|
});
|
||||||
contextMenu.closeFullscreen.connect(root.close)
|
contextMenu.closeFullscreen.connect(root.close)
|
||||||
contextMenu.open();
|
contextMenu.open();
|
||||||
|
|||||||
Reference in New Issue
Block a user