[mirotalksfu] - improve file transfer UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-01-18 22:12:03 +01:00
الأصل 278688dc2c
التزام 5d676ad351
5 ملفات معدلة مع 28 إضافات و2 حذوفات

عرض الملف

@@ -25,6 +25,7 @@ const image = {
user: '../images/participant.png',
youtube: '../images/youtube.png',
message: '../images/message.png',
share: '../images/share.png',
};
const mediaType = {
@@ -1778,6 +1779,8 @@ class RoomClient {
Swal.fire({
allowOutsideClick: false,
background: swalBackground,
imageAlt: 'mirotalksfu-file-sharing',
imageUrl: image.share,
position: 'center',
title: 'Share the file',
input: 'file',