mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Show message to enable background blur each time
This commit is contained in:
parent
00f82fce76
commit
576a7779ed
@ -664,7 +664,7 @@ class CallWindow extends CustomEvents {
|
||||
this.blurBackground = !this.blurBackground;
|
||||
|
||||
// Check if background blur network is loaded
|
||||
if(!this.backgroundDetectionNetwork)
|
||||
if(this.blurBackground)
|
||||
notify("Please stop and start streaming again to apply modification!");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user