1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-25 18:05:34 +02:00

callactionbar: show share screen button for SIP

Change-Id: Ie25fbffd31011a3a9eb3d4e3bed3192b057cf7ed
This commit is contained in:
Sébastien Blin 2022-08-24 10:34:34 -04:00
parent 8e2d1e5cc8
commit adb5eca5e8

View file

@ -452,7 +452,7 @@ Control {
CallOverlayModel.addSecondaryControl(callTransferAction)
}
CallOverlayModel.addSecondaryControl(chatAction)
if (CurrentAccount.videoEnabled_Video && !isSIP)
if (CurrentAccount.videoEnabled_Video)
CallOverlayModel.addSecondaryControl(shareAction)
CallOverlayModel.addSecondaryControl(layoutAction)
CallOverlayModel.addSecondaryControl(recordAction)