From 6b889666adecec85fc721332863247ad3d257026 Mon Sep 17 00:00:00 2001 From: thislight Date: Tue, 29 Oct 2024 19:42:15 +0800 Subject: [PATCH] Profile: destory FastAverageColor instance --- src/profiles/Profile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index 9024820..a4bbf1b 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -274,6 +274,7 @@ const Profile: Component = () => { average: colors.hex, text: colors.isDark ? "white" : "black", }); + ins.destroy(); }} >