We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a3623 commit 912fb36Copy full SHA for 912fb36
lib/app_configuration/widgets/feed_decorator_form.dart
@@ -156,6 +156,7 @@ class _FeedDecoratorFormState extends State<FeedDecoratorForm>
156
children: [
157
SwitchListTile(
158
title: Text(l10n.enabledLabel),
159
+ subtitle: Text(l10n.enableDecoratorDescription),
160
value: decoratorConfig.enabled,
161
onChanged: (value) {
162
final newDecoratorConfig = decoratorConfig.copyWith(enabled: value);
0 commit comments