diff --git a/src/components/Main/MainView/QallView/QallView.vue b/src/components/Main/MainView/QallView/QallView.vue index 38c007b00..32e0777af 100644 --- a/src/components/Main/MainView/QallView/QallView.vue +++ b/src/components/Main/MainView/QallView/QallView.vue @@ -70,7 +70,6 @@ const toggleVideo = async () => { isCameraOn.value = false } } catch (err) { - // eslint-disable-next-line no-console console.error('Failed to toggle video:', err) } } @@ -93,7 +92,6 @@ const toggleScreen = async () => { isScreenSharing.value = false } } catch (err) { - // eslint-disable-next-line no-console console.error('Failed to toggle screen sharing:', err) } } @@ -191,120 +189,98 @@ const showShareScreenSettingDetail = ref(false) :class="$style.closeButton" @click="isSubView = true" /> - - -
-
-
-
- +
+ + +
+
+
+
+ + + + +
+
+ +
+
+
+
+ + + - - -
-
- + + +
-
-
-
- - -
-
- - -
- - -
-
-
- -
-
- +
+
+
+ +
+
+ +
-
- - + + +
@@ -314,55 +290,33 @@ const showShareScreenSettingDetail = ref(false)