bar modules own active state, fix circular effectiveVisible deadlock in BarGroup
This commit is contained in:
parent
7eaa50327f
commit
7e594b7f8d
24 changed files with 52 additions and 73 deletions
|
|
@ -35,7 +35,7 @@ M.BarModule {
|
|||
return false;
|
||||
}
|
||||
|
||||
visible: S.Modules.privacy.enable && (root._videoCapture || root._audioIn)
|
||||
active: S.Modules.privacy.enable && (root._videoCapture || root._audioIn)
|
||||
|
||||
// Screenshare indicator
|
||||
Text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue