Skip to content

Commit

Permalink
new_group_page: add policy help
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed May 4, 2024
1 parent d5b7ac8 commit ca7a4c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ui/new_group_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ class _NewGroupPageState extends State<NewGroupPage> {

final policyTile = OptionTile(
title: 'Policy',
help: const Text(
'If a bot is present in the group, you can set a policy that '
'modifies its behavior (when to approve or decline requests).\n\n'
'Depending on the bot\'s configuration, it may disregard the '
'user-provided policy.'),
children: [
Padding(
padding: const EdgeInsets.only(top: 4.0, bottom: 4.0),
Expand Down

0 comments on commit ca7a4c3

Please sign in to comment.