fix(mobile): enable backup text overflows (#24227)

pull/21595/head
Yaros 2025-11-28 17:18:44 +07:00 committed by GitHub
parent 1f6eb662e5
commit f12f609038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

@ -143,13 +143,15 @@ class BackupToggleButtonState extends ConsumerState<BackupToggleButton> with Sin
Row(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Text(
Flexible(
child: Text(
"enable_backup".t(context: context),
style: context.textTheme.titleMedium?.copyWith(
fontWeight: FontWeight.w600,
color: context.primaryColor,
),
),
),
],
),
if (enqueueCount != enqueueTotalCount)