1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-07 06:16:05 +02:00

feat: shared link action (#19610)

This commit is contained in:
Alex
2025-06-30 12:32:18 -05:00
committed by GitHub
parent 4c3fcdc745
commit 095ace8687
2 changed files with 38 additions and 2 deletions

View File

@ -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(),