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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(),