Fix fullscreenimage.

This commit is contained in:
Black Hat
2019-07-14 16:08:50 +08:00
parent d304679303
commit be1e19934e
3 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ RowLayout {
id: messageMouseArea
onPrimaryClicked: fullScreenImage.createObject(parent, {"filename": eventId, "localPath": currentRoom.urlToDownload(eventId)}).show()
onPrimaryClicked: fullScreenImage.createObject(parent, {"filename": eventId, "localPath": currentRoom.urlToDownload(eventId)}).showFullScreen()
onSecondaryClicked: {
var contextMenu = imageDelegateContextMenu.createObject(ApplicationWindow.overlay)