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

View File

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