diff --git a/OBSBlur/Config.cs b/OBSBlur/Config.cs index f948e34..3c0c89e 100644 --- a/OBSBlur/Config.cs +++ b/OBSBlur/Config.cs @@ -15,7 +15,7 @@ public struct Config [JsonRequired] public string[] BlurPrograms = { "Discord", "thunderbird", "Signal" }; [JsonRequired] - public string[] BlurWindows = { "" }; + public string[] BlurWindows = { "Task Switching" }; public Config() {