Add remove mount capabilities to CLI and UI #62

This commit is contained in:
2025-10-05 17:46:28 -05:00
parent a1b094a6d1
commit 112f573283

View File

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