Skip to content

Commit

Permalink
Merge pull request #11227 from nextcloud/backport/11226/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(call): reset Media settings checkbox on modal close
  • Loading branch information
Antreesy authored Dec 14, 2023
2 parents 069809d + 3c10cb4 commit 3809e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MediaSettings/MediaSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ export default {
this.audioDeviceStateChanged = false
this.videoDeviceStateChanged = false
this.isPublicShareAuthSidebar = false
this.isRecordingFromStart = false
},

toggleAudio() {
Expand Down

0 comments on commit 3809e01

Please sign in to comment.