1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

Fix storage indicator settings

This commit is contained in:
Matthias Rupp 2022-10-14 21:17:23 +02:00
parent 6ab6507db9
commit 2c12f53937

View File

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