Show message to enable background blur each time

This commit is contained in:
Pierre HUBERT 2021-01-31 05:33:01 +01:00
parent 00f82fce76
commit 576a7779ed

View File

@ -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!");
} }