mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +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;
|
||||
return BrandHeroScreen(
|
||||
heroTitle: 'backup.snapshots_title'.tr(),
|
||||
hasFlashButton: true,
|
||||
children: [
|
||||
if (backups.isEmpty)
|
||||
Center(
|
||||
|
|
Loading…
Reference in a new issue