mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-05 07:34:23 +00:00
Merge pull request 'feat(ui): Add jobs fab button to Snapshot List page' (#396) from snapshost-list-fab into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/396 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
76f977bc50
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue