privacy: add example configuration
This commit is contained in:
parent
6cfaf4ff63
commit
f73d26722c
|
|
@ -96,6 +96,17 @@ the screen or playing audio.
|
|||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
}
|
||||
],
|
||||
"ignore-monitor": true,
|
||||
"ignore": [
|
||||
{
|
||||
"type": "audio-in",
|
||||
"name": "cava"
|
||||
},
|
||||
{
|
||||
"type": "screenshare",
|
||||
"name": "obs"
|
||||
}
|
||||
]
|
||||
},
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue