You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
Fix storage indicator settings
This commit is contained in:
@ -100,6 +100,7 @@ class ImmichAssetGridState extends State<ImmichAssetGrid> {
|
||||
onSelect: () => _selectAssets([asset]),
|
||||
onDeselect: () => _deselectAssets([asset]),
|
||||
useGrayBoxPlaceholder: true,
|
||||
showStorageIndicator: widget.showStorageIndicator,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user