Skip to content

Commit

Permalink
Update upload_cubit.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Sep 9, 2024
1 parent 71f8b37 commit b85d419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/blocs/upload/upload_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ class UploadCubit extends Cubit<UploadState> {
isDragNDrop: isDragNDrop,
isNextButtonEnabled: canUpload,
isArConnect: (state as UploadReadyToPrepare).isArConnect,
showArnsCheckbox: hasUndernames && files.length == 1,
showArnsCheckbox:
hasUndernames && files.length == 1 && _targetDrive.isPublic,
showArnsNameSelection: false,
),
);
Expand Down

0 comments on commit b85d419

Please sign in to comment.