added tooltip
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
bbd4cc0eed
commit
96827c007d
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user