Browse Source

Fix storage indicator settings

Matthias Rupp 2 years ago
parent
commit
2c12f53937
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mobile/lib/modules/home/ui/asset_grid/immich_asset_grid.dart

+ 1 - 0
mobile/lib/modules/home/ui/asset_grid/immich_asset_grid.dart

@@ -100,6 +100,7 @@ class ImmichAssetGridState extends State<ImmichAssetGrid> {
       onSelect: () => _selectAssets([asset]),
       onDeselect: () => _deselectAssets([asset]),
       useGrayBoxPlaceholder: true,
+      showStorageIndicator: widget.showStorageIndicator,
     );
   }