1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Merge branch 'feature/albums-new-grid' of github.com:immich-app/immich into feature/albums-new-grid

This commit is contained in:
Alex Tran 2022-10-14 14:52:07 -05:00
commit 03866b4c31

View File

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