[mirotalksfu] - add refresh devices, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-03-16 20:32:27 +01:00
الأصل 0db736623b
التزام accd465357
6 ملفات معدلة مع 108 إضافات و14 حذوفات

عرض الملف

@@ -391,6 +391,18 @@ body {
transition: all 0.3s ease-in-out;
}
#refreshVideoDevices,
#refreshAudioDevices {
cursor: pointer;
margin-bottom: 15px;
border-radius: var(--border-radius);
}
#refreshVideoDevices:hover,
#refreshAudioDevices:hover {
background: var(--body-bg);
}
/*--------------------------------------------------------------
# Settings Table
--------------------------------------------------------------*/