This commit is contained in:
parent
1164b99e2b
commit
f8f2c1dd08
@ -71,7 +71,7 @@ class _MountWidgetState extends State<MountWidget> {
|
|||||||
IconButton(
|
IconButton(
|
||||||
icon: const Icon(Icons.edit),
|
icon: const Icon(Icons.edit),
|
||||||
color: subTextColor,
|
color: subTextColor,
|
||||||
tooltip: 'Edit location',
|
tooltip: 'Edit mount location',
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
setState(() => _editEnabled = false);
|
setState(() => _editEnabled = false);
|
||||||
final available = await mount.getAvailableLocations();
|
final available = await mount.getAvailableLocations();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user