fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-06 14:31:08 -05:00
parent 3ad0b7cdd7
commit 39b5491c52

View File

@@ -162,6 +162,8 @@ class _MountWidgetState extends State<MountWidget>
),
),
child: CheckboxListTile(
enabled:
!(mount.path.isEmpty && mount.mounted == null),
contentPadding: EdgeInsets.zero,
materialTapTargetSize:
MaterialTapTargetSize.shrinkWrap,