Compare commits

...

2 Commits

Author SHA1 Message Date
Inex Code 04401e3c00 hotfix: Backups unable to init
continuous-integration/drone/push Build was killed Details
2024-03-14 19:51:51 +02:00
Inex Code 66b487545f Merge pull request 'chore: 0.11.0 release' (#485) from inex/release-party into master
continuous-integration/drone/push Build is failing Details
Reviewed-on: #485
2024-03-14 19:25:45 +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,