mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: delete local asset show twice (#20700)
* chore: better button width * fix: delete local action show twice
This commit is contained in:
parent
58dd6f094c
commit
9567a2a560
3 changed files with 8 additions and 12 deletions
|
|
@ -46,6 +46,7 @@ class DownloadActionButton extends ConsumerWidget {
|
|||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return BaseActionButton(
|
||||
iconData: Icons.download,
|
||||
maxWidth: 95,
|
||||
label: "download".t(context: context),
|
||||
onPressed: () => _onTap(context, ref),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue