summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-24 17:20:24 +0100
committerGitHub <noreply@github.com>2023-02-24 17:20:24 +0100
commitbefbf82f6bbe3c2efba48cda76315add9a12d3ab (patch)
tree65eb6587d62e05cb546360f4fd978ea173f88616
parent3c5449f805fbb1b6e5e03c6cb39bc598e915157f (diff)
parentf84689cf8a88e9fefdc6eddcfdeca65c4a0f1e71 (diff)
Merge pull request #8844 from nextcloud/hide-bottom-stripe-in-recordings
Hide bottom stripe in recordings
-rw-r--r--src/components/CallView/Grid/Grid.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue
index 454db9a62..ba30e4094 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -486,7 +486,7 @@ export default {
},
stripeOpen() {
- return this.$store.getters.isStripeOpen
+ return this.$store.getters.isStripeOpen && !this.isRecording
},
},