mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: shared link action (#19610)
This commit is contained in:
parent
4c3fcdc745
commit
095ace8687
2 changed files with 38 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ class HomeBottomAppBar extends ConsumerWidget {
|
|||
actions: [
|
||||
const ShareActionButton(),
|
||||
if (multiselect.hasRemote) ...[
|
||||
const ShareLinkActionButton(),
|
||||
const ShareLinkActionButton(source: ActionSource.timeline),
|
||||
const ArchiveActionButton(),
|
||||
const FavoriteActionButton(source: ActionSource.timeline),
|
||||
const DownloadActionButton(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue