Also moved copyToClipboard function in Utils and updated Chat section to use it from there Closes #11941
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