privacy: hide when no active streams
This commit is contained in:
parent
f4776cb307
commit
816a35af9c
2 changed files with 2 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ Row {
|
|||
return false;
|
||||
}
|
||||
|
||||
visible: root._videoCapture || root._audioIn
|
||||
visible: M.Modules.privacy.enable && (root._videoCapture || root._audioIn)
|
||||
|
||||
// Screenshare indicator
|
||||
Text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue