mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	Fix storage indicator settings
This commit is contained in:
		
							parent
							
								
									6ab6507db9
								
							
						
					
					
						commit
						2c12f53937
					
				@ -100,6 +100,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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user