Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2021-11-26 15:47:26 +0300
committermarco <marcoambrosini@pm.me>2021-11-30 11:30:44 +0300
commit89043aefd58bb23e9d35787a50a531c486589ed7 (patch)
treedd0281b28c2a46581be92662a7488a4d85958597
parent7a03772ccba00012ca2574ba4e428c286b486bf4 (diff)
Signed-off-by: marco <marcoambrosini@pm.me>
-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 b9e8cf235..1dd8a0bed 100644
--- a/src/components/CallView/Grid/Grid.vue
+++ b/src/components/CallView/Grid/Grid.vue
@@ -229,7 +229,7 @@ export default {
*/
devMode: {
type: Boolean,
- default: false,
+ default: true,
},
screenshotMode: {
type: Boolean,