Add remove mount capabilities to CLI and UI #62
This commit is contained in:
@@ -89,7 +89,7 @@ class _MountWidgetState extends State<MountWidget>
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (!mounted)
|
if (!mount.mounted)
|
||||||
AppIconButtonFramed(
|
AppIconButtonFramed(
|
||||||
icon: Icons.delete,
|
icon: Icons.delete,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
|
|||||||
Reference in New Issue
Block a user