From ed97420ffcbed61dc595422b9ebb162b35770374 Mon Sep 17 00:00:00 2001 From: Vector73 <119798962+Vector73@users.noreply.github.com> Date: Fri, 12 Jan 2024 03:04:46 +0530 Subject: [PATCH] settings: Fix setting label click functionality. This commit fixes "Automatically follow topics where I'm mentioned" setting label click functionality so that the setting is toggled on clicking the label. --- web/templates/settings/notification_settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/settings/notification_settings.hbs b/web/templates/settings/notification_settings.hbs index 2f9d05b5b6..b2c9a236a8 100644 --- a/web/templates/settings/notification_settings.hbs +++ b/web/templates/settings/notification_settings.hbs @@ -84,7 +84,7 @@ setting_name="automatically_follow_topics_where_mentioned" is_checked=(lookup settings_object "automatically_follow_topics_where_mentioned") label=(lookup settings_label "automatically_follow_topics_where_mentioned") - prefix=notification_settings.prefix}} + prefix=prefix}}