diff --git a/assets/js/components/calls/window.js b/assets/js/components/calls/window.js index d30604a9..6d6cde91 100644 --- a/assets/js/components/calls/window.js +++ b/assets/js/components/calls/window.js @@ -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!"); }