mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'multiplication-symbole' into 'main'
Change * to × in settings view See merge request famedly/fluffychat!676
This commit is contained in:
		
						commit
						6b7e64d3a0
					
				@ -143,7 +143,7 @@ class SettingsStyleView extends StatelessWidget {
 | 
			
		||||
            ),
 | 
			
		||||
            ListTile(
 | 
			
		||||
              title: Text(L10n.of(context)!.fontSize),
 | 
			
		||||
              trailing: Text('* ${AppConfig.fontSizeFactor}'),
 | 
			
		||||
              trailing: Text('× ${AppConfig.fontSizeFactor}'),
 | 
			
		||||
            ),
 | 
			
		||||
            Slider.adaptive(
 | 
			
		||||
              min: 0.5,
 | 
			
		||||
@ -155,7 +155,7 @@ class SettingsStyleView extends StatelessWidget {
 | 
			
		||||
            ),
 | 
			
		||||
            ListTile(
 | 
			
		||||
              title: Text(L10n.of(context)!.bubbleSize),
 | 
			
		||||
              trailing: Text('* ${AppConfig.bubbleSizeFactor}'),
 | 
			
		||||
              trailing: Text('× ${AppConfig.bubbleSizeFactor}'),
 | 
			
		||||
            ),
 | 
			
		||||
            Slider.adaptive(
 | 
			
		||||
              min: 0.5,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user