feat(ui): Add jobs fab button to Snapshot List page #396

Merged
NaiJi merged 1 commits from snapshost-list-fab into master 2023-11-29 16:42:13 +02:00
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(