diff --git a/lib/ui/pages/backups/backup_details.dart b/lib/ui/pages/backups/backup_details.dart index 1d08dfac..e18e81a4 100644 --- a/lib/ui/pages/backups/backup_details.dart +++ b/lib/ui/pages/backups/backup_details.dart @@ -53,6 +53,7 @@ class BackupDetailsPage extends StatelessWidget { heroIcon: BrandIcons.save, heroTitle: 'backup.card_title'.tr(), heroSubtitle: 'not_ready_card.in_menu'.tr(), + hasFlashButton: true, children: const [], ); } @@ -62,6 +63,7 @@ class BackupDetailsPage extends StatelessWidget { heroIcon: BrandIcons.save, heroTitle: 'backup.card_title'.tr(), heroSubtitle: 'backup.description'.tr(), + hasFlashButton: true, children: [ if (preventActions) const Center( @@ -87,6 +89,7 @@ class BackupDetailsPage extends StatelessWidget { heroIcon: BrandIcons.save, heroTitle: 'backup.card_title'.tr(), heroSubtitle: 'backup.description'.tr(), + hasFlashButton: true, children: [ ListTile( onTap: preventActions diff --git a/lib/ui/pages/backups/backups_list.dart b/lib/ui/pages/backups/backups_list.dart index 4af870ef..9960b276 100644 --- a/lib/ui/pages/backups/backups_list.dart +++ b/lib/ui/pages/backups/backups_list.dart @@ -31,6 +31,7 @@ class BackupsListPage extends StatelessWidget { context.watch().state.preventActions; return BrandHeroScreen( heroTitle: 'backup.snapshots_title'.tr(), + hasFlashButton: true, children: [ if (backups.isEmpty) Center(