mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +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;
|
this.blurBackground = !this.blurBackground;
|
||||||
|
|
||||||
// Check if background blur network is loaded
|
// Check if background blur network is loaded
|
||||||
if(!this.backgroundDetectionNetwork)
|
if(this.blurBackground)
|
||||||
notify("Please stop and start streaming again to apply modification!");
|
notify("Please stop and start streaming again to apply modification!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user