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!)
|
||||
IconButton(
|
||||
icon: const Icon(Icons.backspace),
|
||||
icon: const Icon(Icons.remove),
|
||||
color: subTextColor,
|
||||
onPressed: () => mount.clearMountLocation(),
|
||||
tooltip: 'Clear Mount Location',
|
||||
),
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
|
Loading…
x
Reference in New Issue
Block a user