Add remove mount capabilities to CLI and UI #62

This commit is contained in:
2025-10-05 17:44:27 -05:00
parent b78782875d
commit a1b094a6d1

View File

@@ -89,7 +89,7 @@ class _MountWidgetState extends State<MountWidget>
],
),
),
if (!mounted)
if (!mount.mounted)
AppIconButtonFramed(
icon: Icons.delete,
onTap: () async {