Merge pull request 'feat(ui): Add jobs fab button to Snapshot List page' (#396) from snapshost-list-fab into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: #396
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
pull/399/head
NaiJi ✨ 2023-11-29 16:42:12 +02:00
commit 76f977bc50
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class BackupsListPage extends StatelessWidget {
context.watch<BackupsCubit>().state.preventActions;
return BrandHeroScreen(
heroTitle: 'backup.snapshots_title'.tr(),
hasFlashButton: true,
children: [
if (backups.isEmpty)
Center(