Show automated account in pfc

This commit is contained in:
2025-08-25 20:31:43 +08:00
parent a627b5838e
commit 2554b58be6
3 changed files with 16 additions and 2 deletions

View File

@@ -98,6 +98,18 @@ class AccountProfileCard extends HookConsumerWidget {
],
),
),
if (data.automatedId != null)
Row(
spacing: 6,
children: [
Icon(
Symbols.smart_toy,
size: 17,
fill: 1,
).padding(right: 2),
Text('accountAutomated').tr(),
],
),
if (data.profile.timeZone.isNotEmpty && !kIsWeb)
Row(
spacing: 6,