This commit is contained in:
parent
efcb15e2e3
commit
2042f1606f
@ -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.edit),
|
icon: const Icon(Icons.create_new_folder),
|
||||||
color: subTextColor,
|
color: subTextColor,
|
||||||
tooltip: 'Edit mount location',
|
tooltip: 'Edit mount location',
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user