[mirotalksfu] - move leave room button

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-21 18:19:00 +02:00
الأصل b93e8ba1bb
التزام 30ed28c1a1
3 ملفات معدلة مع 4 إضافات و4 حذوفات

عرض الملف

@@ -377,7 +377,6 @@ function refreshMainButtonsToolTipPlacement() {
setTippy('whiteboardButton', 'Toggle the whiteboard', placement);
setTippy('settingsButton', 'Toggle the settings', placement);
setTippy('aboutButton', 'About this project', placement);
setTippy('exitButton', 'Leave room', placement);
// Bottom buttons
setTippy('startAudioButton', 'Start the audio', bPlacement);
@@ -390,6 +389,7 @@ function refreshMainButtonsToolTipPlacement() {
setTippy('stopScreenButton', 'Stop screen share', bPlacement);
setTippy('raiseHandButton', 'Raise your hand', bPlacement);
setTippy('lowerHandButton', 'Lower your hand', bPlacement);
setTippy('exitButton', 'Leave room', bPlacement);
}
}