mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
Merge branch 'master' into domain-ownership-setup
This commit is contained in:
commit
0b4f8d66ef
|
@ -31,6 +31,7 @@ class BackupsListPage extends StatelessWidget {
|
||||||
context.watch<BackupsCubit>().state.preventActions;
|
context.watch<BackupsCubit>().state.preventActions;
|
||||||
return BrandHeroScreen(
|
return BrandHeroScreen(
|
||||||
heroTitle: 'backup.snapshots_title'.tr(),
|
heroTitle: 'backup.snapshots_title'.tr(),
|
||||||
|
hasFlashButton: true,
|
||||||
children: [
|
children: [
|
||||||
if (backups.isEmpty)
|
if (backups.isEmpty)
|
||||||
Center(
|
Center(
|
||||||
|
|
Loading…
Reference in a new issue