chore: Follow up join rules

This commit is contained in:
krille-chan 2024-04-15 07:59:38 +02:00
parent 9720dcf8ee
commit 0684bb63ac
No known key found for this signature in database

View file

@ -58,7 +58,8 @@ class ChatAccessSettingsPageView extends StatelessWidget {
),
),
),
for (final joinRule in JoinRules.values)
for (final joinRule
in JoinRules.values..remove(JoinRules.private))
RadioListTile<JoinRules>.adaptive(
title: Text(
joinRule.localizedString(L10n.of(context)!),