From 4a2f6658e2110634eaf970316f641ff27f019050 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 5 Oct 2025 19:30:11 -0500 Subject: [PATCH] Add remove mount capabilities to CLI and UI #62 --- web/repertory/lib/widgets/mount_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 2a4669f7..78b43fd4 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -86,7 +86,7 @@ class _MountWidgetState extends State ], ), ), - if (mount.mounted == null) ...[ + if (mount.mounted == false) ...[ AppIconButtonFramed( icon: Icons.delete, onPressed: _enabled