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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user