Notification indicator

This commit is contained in:
2025-08-16 17:14:26 +08:00
parent 76b39f2df3
commit 001897bbcd
3 changed files with 90 additions and 27 deletions

View File

@@ -178,7 +178,8 @@ class _AboutScreenState extends ConsumerState<AboutScreen> {
context,
icon: Symbols.label,
label: 'aboutDeviceName'.tr(),
value: _deviceInfo?.data['name'],
value:
_deviceInfo?.data['name'] ?? 'unknown'.tr(),
),
_buildInfoItem(
context,