Add remove mount capabilities to CLI and UI #62
This commit is contained in:
@@ -86,7 +86,7 @@ class _MountWidgetState extends State<MountWidget>
|
||||
],
|
||||
),
|
||||
),
|
||||
if (mount.mounted == null) ...[
|
||||
if (mount.mounted == false) ...[
|
||||
AppIconButtonFramed(
|
||||
icon: Icons.delete,
|
||||
onPressed: _enabled
|
||||
|
Reference in New Issue
Block a user