From 576a7779ed4d983713c60dfe971059451630c867 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 31 Jan 2021 05:33:01 +0100 Subject: [PATCH] Show message to enable background blur each time --- assets/js/components/calls/window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }