Skip to content
Snippets Groups Projects
Commit 28f92267 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

chatview: disable webengineview context menu for media msgs

Gitlab: #653
Change-Id: I79130e60c7f6632736b6d41773cde7a33eaa1107
parent a2a263c6
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,9 @@ Loader {
parent.height :
Math.ceil(adjustedWidth / aspectRatio) :
54
onContextMenuRequested: function(request) {
request.accepted = true
}
settings.fullScreenSupportEnabled: mediaInfo.isVideo
settings.javascriptCanOpenWindows: false
Component.onCompleted: loadHtml(mediaInfo.html, 'file://')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment