mirror of
https://github.com/immich-app/immich.git
synced 2025-11-16 06:02:35 +09: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