Add the right click menu for image delegates in fullscreen mode

Add the right click menu for image delegates in fullscreen mode

BUG: 455147
This commit is contained in:
James Graham
2022-08-27 11:52:45 +00:00
parent 696b34e094
commit 6cca3dbe3a
3 changed files with 27 additions and 2 deletions

View File

@@ -91,10 +91,11 @@ TimelineContainer {
onTapped: {
fullScreenImage.createObject(parent, {
filename: eventId,
source: model.mediaUrl,
source: mediaUrl,
blurhash: model.content.info["xyz.amorgan.blurhash"],
imageWidth: content.info.w,
imageHeight: content.info.h
imageHeight: content.info.h,
modelData: model
}).showFullScreen();
}
}