mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 17:23:16 +03:00
feat: drift manual upload (#20101)
This commit is contained in:
@@ -63,7 +63,7 @@ class AssetDetailBottomSheet extends ConsumerWidget {
|
||||
],
|
||||
if (asset.storage == AssetState.local) ...[
|
||||
const DeleteLocalActionButton(source: ActionSource.viewer),
|
||||
const UploadActionButton(),
|
||||
const UploadActionButton(source: ActionSource.timeline),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user