From 2042f1606f3c7d2735a13c46d1b65bb0c2361c0a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Mar 2025 19:30:27 -0500 Subject: [PATCH] changed icon --- web/repertory/lib/widgets/mount_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 452397c6..91c5d2cb 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -69,7 +69,7 @@ class _MountWidgetState extends State { children: [ if (mount.mounted != null && !mount.mounted!) IconButton( - icon: const Icon(Icons.edit), + icon: const Icon(Icons.create_new_folder), color: subTextColor, tooltip: 'Edit mount location', onPressed: () async {