Skip to content

Commit 912fb36

Browse files
committed
feat(feed_decorator): add description to enable switch
- Add subtitle to SwitchListTile in FeedDecoratorForm - Improve user understanding of the enable decorator function
1 parent 39a3623 commit 912fb36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app_configuration/widgets/feed_decorator_form.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class _FeedDecoratorFormState extends State<FeedDecoratorForm>
156156
children: [
157157
SwitchListTile(
158158
title: Text(l10n.enabledLabel),
159+
subtitle: Text(l10n.enableDecoratorDescription),
159160
value: decoratorConfig.enabled,
160161
onChanged: (value) {
161162
final newDecoratorConfig = decoratorConfig.copyWith(enabled: value);

0 commit comments

Comments
 (0)