icon
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-24 19:34:45 -05:00
parent 2042f1606f
commit a079192e87

View File

@ -69,7 +69,7 @@ class _MountWidgetState extends State<MountWidget> {
children: [ children: [
if (mount.mounted != null && !mount.mounted!) if (mount.mounted != null && !mount.mounted!)
IconButton( IconButton(
icon: const Icon(Icons.create_new_folder), icon: const Icon(Icons.edit),
color: subTextColor, color: subTextColor,
tooltip: 'Edit mount location', tooltip: 'Edit mount location',
onPressed: () async { onPressed: () async {