瀏覽代碼

Fix storage indicator settings

Matthias Rupp 2 年之前
父節點
當前提交
2c12f53937
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
     );
   }