mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
Merge branch 'feature/albums-new-grid' of github.com:immich-app/immich into feature/albums-new-grid
This commit is contained in:
commit
03866b4c31
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class ImmichAssetGridState extends State<ImmichAssetGrid> {
|
||||||
onSelect: () => _selectAssets([asset]),
|
onSelect: () => _selectAssets([asset]),
|
||||||
onDeselect: () => _deselectAssets([asset]),
|
onDeselect: () => _deselectAssets([asset]),
|
||||||
useGrayBoxPlaceholder: true,
|
useGrayBoxPlaceholder: true,
|
||||||
|
showStorageIndicator: widget.showStorageIndicator,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue