hotfix: Backups unable to init #486

Merged
inex merged 1 commits from inex/release-party into master 2024-03-14 19:51:59 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class BackupsUnititialized extends BackupsState {
@override
List<Object> get props => [];
@override
bool get preventActions => false;
@override
BackupsUnititialized copyWith({
final BackblazeBucket? backblazeBucket,