Lukáš Tinkl
78b4fee587
fix: Add Copy/Open Link as context menu actions on GIF message previews
...
also fix the issue of not having the respective image context menu for
the new unfurled links component
Fixes #12183
2023-10-10 12:27:46 +02:00
Alexandra Betouni
ed065a94f9
fix(URLUnfurling): Updated image context menu
...
Also moved copyToClipboard function in Utils
and updated Chat section to use it from there
Closes #11941
2023-09-12 00:04:08 +03:00
Lukáš Tinkl
6bfe79a7f3
fix(Chat): Context menu for gif downloads/copies a png file
...
Detect the MIME type using `QMimeDatabase` from the actual content and
save it in that same format using `QSaveFile`, as `QImage` does NOT
support saving a GIF
Fixes #10747
2023-06-12 16:51:33 +02:00
Igor Sirotin
5ff4b5a435
fix(MessageContextMenu): Cleanup. Separate menu for profile. ( #10729 )
2023-05-19 19:07:50 +03:00