design: Follow up chat settings design

This commit is contained in:
krille-chan 2024-04-14 12:39:37 +02:00
commit 1366113823
No known key found for this signature in database
5 changed files with 24 additions and 17 deletions

View file

@ -80,9 +80,9 @@ class SettingsSecurityView extends StatelessWidget {
if (Matrix.of(context).client.encryption != null) ...{
if (PlatformInfos.isMobile)
ListTile(
leading: const Icon(Icons.lock_outlined),
trailing: const Icon(Icons.chevron_right_outlined),
title: Text(L10n.of(context)!.appLock),
subtitle: Text(L10n.of(context)!.appLockDescription),
onTap: controller.setAppLockAction,
),
},