changed icon
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2025-03-24 19:30:27 -05:00
parent efcb15e2e3
commit 2042f1606f

View File

@ -69,7 +69,7 @@ class _MountWidgetState extends State<MountWidget> {
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 {