diff --git a/lib/ui/app/tables/entity_list.dart b/lib/ui/app/tables/entity_list.dart index f95c96a02..ba23a57f0 100644 --- a/lib/ui/app/tables/entity_list.dart +++ b/lib/ui/app/tables/entity_list.dart @@ -344,7 +344,8 @@ class _EntityListState extends State { curve: Curves.easeInOutCubic, child: Row( children: [ - if (state.prefState.moduleLayout == ModuleLayout.list) + if (state.prefState.moduleLayout == ModuleLayout.list || + entityType.isSetting) Checkbox( materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,