Skip to content
Snippets Groups Projects
Commit 929c6fc0 authored by Sébastien Blin's avatar Sébastien Blin Committed by Aline Gondim Santos
Browse files

callactionbar: do not add plugins if not necessary

GitLab: #729
Change-Id: Ic25b576e0276610193c66e675c0090c845176780
parent 08c78f49
Branches
Tags beta/202311221229
No related merge requests found
......@@ -434,7 +434,8 @@ Control {
CallOverlayModel.addSecondaryControl(shareAction)
CallOverlayModel.addSecondaryControl(layoutAction)
CallOverlayModel.addSecondaryControl(recordAction)
CallOverlayModel.addSecondaryControl(pluginsAction)
if (pluginsAction.enabled)
CallOverlayModel.addSecondaryControl(pluginsAction)
overflowItemCount = CallOverlayModel.secondaryModel().rowCount()
muteAudioAction.checked = isAudioMuted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment