Add setting for whether to crop images in unexpanded toots (#12126)
This commit is contained in:
		
							parent
							
								
									a6269b2f83
								
							
						
					
					
						commit
						48f75b86ae
					
				
					 10 changed files with 26 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -25,6 +25,11 @@
 | 
			
		|||
    = f.input :setting_reduce_motion, as: :boolean, wrapper: :with_label
 | 
			
		||||
    = f.input :setting_system_font_ui, as: :boolean, wrapper: :with_label
 | 
			
		||||
 | 
			
		||||
  %h4= t 'appearance.toot_layout'
 | 
			
		||||
 | 
			
		||||
  .fields-group
 | 
			
		||||
    = f.input :setting_crop_images, as: :boolean, wrapper: :with_label
 | 
			
		||||
 | 
			
		||||
  %h4= t 'appearance.discovery'
 | 
			
		||||
 | 
			
		||||
  .fields-group
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue