diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index f65d18f4493..5ffb8159110 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -84,8 +84,7 @@
diff --git a/src/components/TopBar/TopBarMediaControls.vue b/src/components/TopBar/TopBarMediaControls.vue
index aa5b7fe7392..1b1795d0a88 100644
--- a/src/components/TopBar/TopBarMediaControls.vue
+++ b/src/components/TopBar/TopBarMediaControls.vue
@@ -70,7 +70,7 @@
:model="model"
type="tertiary" />
-
-
-
-
+
-
@@ -111,7 +109,7 @@
{{ t('spreed', 'Stop screensharing') }}
-
@@ -186,18 +184,6 @@ export default {
type: Object,
required: true,
},
- screenSharingButtonHidden: {
- type: Boolean,
- default: false,
- },
- showActions: {
- type: Boolean,
- default: true,
- },
-
- /**
- * In the sidebar the conversation settings are hidden
- */
isSidebar: {
type: Boolean,
default: false,
@@ -205,8 +191,9 @@ export default {
},
setup() {
- const isInCall = useIsInCall()
- return { isInCall }
+ return {
+ isInCall: useIsInCall(),
+ }
},
data() {