mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 03:50:50 +09:00
feat: shared link action (#19610)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user