From 999bb7aca10b078b116f89f3b826a31d9ad2f433 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Mon, 10 Feb 2025 21:28:46 -0800 Subject: [PATCH] fix media autoload button function as per it's label (#2195) * Corrected button title Media would load automatically if the option is checked not the other way around. * Update src/app/features/settings/general/General.tsx * Update General.tsx * Update General.tsx --------- Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com> --- src/app/features/settings/general/General.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/settings/general/General.tsx b/src/app/features/settings/general/General.tsx index abbfda9..d58c99c 100644 --- a/src/app/features/settings/general/General.tsx +++ b/src/app/features/settings/general/General.tsx @@ -555,7 +555,7 @@ function Messages() { } + after={ setMediaAutoLoad(!v)} />} />