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

This commit is contained in:
Scott E. Graves 2025-03-24 13:30:21 -05:00
parent bbd4cc0eed
commit 96827c007d

View File

@ -70,9 +70,10 @@ class _MountWidgetState extends State<MountWidget> {
mount.mounted != null && mount.mounted != null &&
!mount.mounted!) !mount.mounted!)
IconButton( IconButton(
icon: const Icon(Icons.backspace), icon: const Icon(Icons.remove),
color: subTextColor, color: subTextColor,
onPressed: () => mount.clearMountLocation(), onPressed: () => mount.clearMountLocation(),
tooltip: 'Clear Mount Location',
), ),
IconButton( IconButton(
icon: Icon( icon: Icon(