mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Show message to enable background blur each time
This commit is contained in:
@ -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!");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user