mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: drift manual upload (#20101)
This commit is contained in:
parent
08122d6871
commit
1a35a01149
14 changed files with 114 additions and 9 deletions
|
|
@ -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),
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue