From: Array in a Matrix Date: Tue, 11 Feb 2025 05:28:46 +0000 (-0800) Subject: fix media autoload button function as per it's label (#2195) X-Git-Tag: v4.3.0~1 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=999bb7aca10b078b116f89f3b826a31d9ad2f433;p=rainny.git 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> --- 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)} />} />