mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(mobile): platform-dependent share icons & label (#17034)
fix: platform-dependant icons
This commit is contained in:
parent
6a8e38042d
commit
a285b1898e
2 changed files with 7 additions and 3 deletions
|
|
@ -189,13 +189,13 @@ class AlbumViewerAppbar extends HookConsumerWidget
|
|||
).tr(),
|
||||
),
|
||||
ListTile(
|
||||
leading: const Icon(Icons.share_rounded),
|
||||
leading: const Icon(Icons.link_rounded),
|
||||
onTap: () {
|
||||
context.pushRoute(SharedLinkEditRoute(albumId: album.remoteId));
|
||||
context.pop();
|
||||
},
|
||||
title: const Text(
|
||||
"control_bottom_app_bar_share",
|
||||
"control_bottom_app_bar_share_link",
|
||||
style: TextStyle(fontWeight: FontWeight.w500),
|
||||
).tr(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue