From 66cde0c9564b197b8a3e7e8e5a47f002eaa7a2a6 Mon Sep 17 00:00:00 2001 From: JackMacWindows Date: Fri, 27 Sep 2024 18:16:51 -0400 Subject: [PATCH] Enable WebP by default Discord now supports animated WebP, so this is finally safe. --- src/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.cpp b/src/configuration.cpp index 2196121..6ecbc0e 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -229,7 +229,7 @@ void config_init() { #else false, #endif - false, + true, false, false };