mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
calloverlay: fix item checked states at call start
Gitlab: #411 Change-Id: I84a2ea28d2b3d7adfff9da59f7f9ae54c5a622d2
This commit is contained in:
parent
9568f1c9ab
commit
83defa1c76
1 changed files with 3 additions and 0 deletions
|
@ -306,6 +306,9 @@ Control {
|
|||
function onIsAudioOnlyChanged() { reset() }
|
||||
function onIsSIPChanged() { reset() }
|
||||
function onIsModeratorChanged() { reset() }
|
||||
function onIsAudioMutedChanged() { reset() }
|
||||
function onIsVideoMutedChanged() { reset() }
|
||||
function onRecordingVisibleChanged() { reset() }
|
||||
}
|
||||
|
||||
function reset() {
|
||||
|
|
Loading…
Add table
Reference in a new issue