mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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