Skip to content

Commit fe4d525

Browse files
committed
Download button
1 parent d4d1b0f commit fe4d525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/main/package_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _PackageListState extends State<PackageList> {
7373
onTap: () {},
7474
trailing: Wrap(
7575
children: [
76-
IconButton(onPressed: () {}, icon: const Icon(Icons.copy)),
76+
IconButton(onPressed: () {}, icon: const Icon(Icons.download)),
7777
IconButton(onPressed: () {}, icon: const Icon(Icons.delete)),
7878
],
7979
),

0 commit comments

Comments
 (0)